COMMON JCL FOR SORT
COMMON JCL FOR SORT
//SORTJCL JOB (XXXXXXXX,,,,,XXXX),' ',
// CLASS=M,MSGCLASS=T,
// REGION=0M,NOTIFY=&SYSUID
//*
//***************************************************************
//DEL EXEC PGM=IEFBR14
//DD01 DD DSN=USERID.ABC.OUTFILE,
// DISP=(MOD,DELETE),UNIT=SYSDA,SPACE=(TRK,(1))
//***************************************************************
//SETP001 EXEC PGM=SORT
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//REPORT1 DD SYSOUT=*
//SORTIN DD DISP=SHR,DSN=USERID.ABC.INPFILE,
//SORTOUT DD DSN=USERID.ABC.OUTFILE,
// DISP=(,CATLG),
// SPACE=(TRK,(30,10),RLSE),
// UNIT=SYSDA,
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=0,DSORG=PS)
//SORTWK01 DD UNIT=DISK,SPACE=(CYL,(20,5),RLSE)
//SORTWK02 DD UNIT=DISK,SPACE=(CYL,(20,5),RLSE)
//SORTWK03 DD UNIT=DISK,SPACE=(CYL,(20,5),RLSE)
//SYSIN DD *
YOUR SORT CARD WILL COME HERE
/*
//*
; ; ; ;
Comments
Anonymous
Wed, 04/11/2012 - 05:48
Permalink
No Sample SORT cards
hey you did not provide any sample Card. Do we need to refer to other options to get the sort cards.
Google Sniper 2.0
DikDude
Sun, 04/15/2012 - 07:56
Permalink
common jcl for sort
"hey you did not provide any sample Card"
There is no standard / generic "sample Card". Each is coded for some specific requirement.
"Do we need to refer to other options to get the sort cards"
What "other options" are you asking about?