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 View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Dynamically pass table name to a sele... DB2 2
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Injecting HTTPHEADER parameters in th... PL/I & Assembler 0
No new posts pass data as symbolic parameter from ... CLIST & REXX 2
Search our Forums:

Back to Top