I find the cross refrence for the member Kgcm232 and i have given in the Parm field , when i give L in the parm field
PARM=('COB,&KGCM232,B,N,L,4, ,00,ENG,4,7,1,/,SYSDA')
L=(To Create a member parts list starting with the specified member)
I getting the following error message in the spool,
Code:
********************************* TOP OF DATA **********************************
SORTIN ddname (ISRLIN) not found
SORTOUT ddname (ISRLOUT) not found
******************************** BOTTOM OF DATA ********************************
Can you tell me what it is and where i should give in my jcl
Are you using &KGCM232 as a symbolic parameter?
Parameter 6 specifies scanning 4 libraries, but you only have 2 in the JCL.
Parameter 7 specifies a blank as the identifier for a copybook??
Parameter eight says to start a position zero?
Parameter nine should read ENU?
I'd suggest specifying Y rather than N for parameter 4 and let ISRLEMX allocate sort files, if needed.