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

What all parameters we can pass in SUM FIELDS except NONE


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

New User


Joined: 08 Jun 2005
Posts: 19
Location: new delhi

PostPosted: Fri Jul 08, 2005 12:52 pm
Reply with quote

plz tell me what all parameters we can pass in SUM FIELDS except NONE and what r there uses.

thanks in advance
Back to top
View user's profile Send private message
somasundaran_k

Active User


Joined: 03 Jun 2003
Posts: 134

PostPosted: Fri Jul 08, 2005 6:54 pm
Reply with quote

1.SUM FIELDS = (position,length,format)
Eg:SUM FIELDS=(2,4,ZD)

2.SUM FIELDS=(position1,length1,position2,length2,........),FORMAT=PD
Eg: SUM FIELDS=(2,4,10,4),FORMAT=PD ==> all these fields have
same format.

3.SUM FIELDS=NONE,XSUM. ==> If you want the records deleted by SUM parameter to be captured ,specify XSUM in the SUM control statement. The dataset specified in SORTXSUM DD statement will have the deleted records.

hth
-Som
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Partial Sort conditions for PD fields DFSORT/ICETOOL 16
No new posts Is this possible via sort (in one pass)? SYNCSORT 4
No new posts Starting a PROC with parameters from ... CLIST & REXX 6
No new posts Pull data using date difference betwe... DB2 6
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:


Back to Top