Hi,
I am trying to control a value being passed to a sort parm thru the JCL/ PROC step like below
//STEP020 EXEC PGM=SORT,PARM=5000
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=PMSD.NVS.PMSDDV40.PROCESS.SORTED,DISP=SHR
//FILE1 DD SYSOUT=*
//FILE2 DD SYSOUT=*
//SYSIN DD *
OPTION COPY
OUTFIL FNAMES=(FILE1,FILE2),SPLIT1R=PARM
Can you pls advise if this possible..The reason here is we are planning to customize the parm and reuse it in a couple of jobs and also would need to control this variable and avoid having to change the parms everytime.
thanks
Jawahar Hussain