What's the third line is doing???



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

What's the third line is doing???

Postby a b c d » Fri Mar 05, 2010 12:18 am

 
  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)
a b c d
 
Posts: 6
Joined: Thu Mar 04, 2010 11:15 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Frank Yaeger » Fri Mar 05, 2010 12:23 am

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
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
User avatar
Frank Yaeger
Global moderator
 
Posts: 1079
Joined: Sat Jun 09, 2007 8:44 pm
Has thanked: 0 time
Been thanked: 15 times

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

Postby a b c d » Tue Mar 09, 2010 4:05 pm

Thanks Frank...

I am out of station....
a b c d
 
Posts: 6
Joined: Thu Mar 04, 2010 11:15 pm
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post