IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to code sumfields


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
veera
Warnings : 1

New User


Joined: 24 Nov 2004
Posts: 20
Location: chennai

PostPosted: Tue Dec 07, 2004 1:30 pm
Reply with quote

hi,
any one plse tell me,
I HAVE ONE FILE WHICH IS HAVING RECORDS,
EATCH RECORD HAVING 80 CHAR.I WANT TO ELIMINATE DUPLECATES
FROM 1-10,30-40.
EXAMPLE:
1-10 11-20 30-40...................ETC


AAAA BBB CCC

AAAA ASD CCC

I WANT TO ELIMINATE DUPLICATE IN 1-10,&30-40.

REGARDS,
VEERABABU.P
Back to top
View user's profile Send private message
lramani

New User


Joined: 03 Nov 2004
Posts: 21
Location: NOIDA, India

PostPosted: Tue Dec 07, 2004 5:49 pm
Reply with quote

Hi veera,

Use SUM FIELDS=NONE by having the sort on the required field.

so SORT on from 1 to 10 and 30 to 40 and use SUM FIELDS=NONE.

That should solve ur problem.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top