Answered Questions

  • JCL SORT utility

    Can we copy the data of two input files to two output files using SORT utility with the data as 'SORT FIELDS=COPY' in the same step?

    Sandeep Pal

    • Aug 2nd, 2012

    We can sort the two input file into two output file. "jcl //TDPSNPPJ JOB (9927),SANDEEP PAL,CLASS=D,NOTIFY= // MSGLEVEL=(1,1),MSGCLASS=U,TIME=(0,1) //STEP1 EXEC P...

    Aditya Mehta

    • Jun 27th, 2012

    We can copy two input files to two output files in JCL using ICETOOL. //JOBNAM1 JOB (123),XY,NOTIFY=&SYSUID,CLASS=X,MSGCLASS=X //* //STEP01 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG D...