Page 1 of 1

What's the third line is doing???

PostPosted: Fri Mar 05, 2010 12:18 am
by a b c d
 
  INCLUDE COND=(5,3,CH,EQ,C'AC1')                               
  SORT FIELDS=(8,12,BI,A)                                       
  MODS E15=(S0XRSX15,4000,MODLIB,N),E35=(S0XRSX35,4000,MODLIB,N)

Re: What's the third line is doing???

PostPosted: Fri Mar 05, 2010 12:23 am
by Frank Yaeger
The MODS statement is used to tell DFSORT to call user exits. In this case, DFSORT will call an E15 exit named S0XRSX15 and an E35 exit named S0XRSX35, both of which reside in the library indicated by the MODLIB DD.

For complete information on the use of the MODS statement with DFSORT, see:

http://publibz.boulder.ibm.com/cgi-bin/ ... 0527161936

For complete information on DFSORT user exits, see:

http://publibz.boulder.ibm.com/cgi-bin/ ... 0527161936

You can access all of the DFSORT/ICETOOL books and papers from:

http://www.ibm.com/support/docview.wss? ... g3T7000080

Re: What's the third line is doing???

PostPosted: Tue Mar 09, 2010 4:05 pm
by a b c d
Thanks Frank...

I am out of station....