ISPF/PDF

ISPF – How to Identify the Changes You’ve Made

Let’s imagine you have the following JCL and you need to change it to accommodate  your needs: //COMPRESS JOB (),’COMPRESS’,NOTIFY=&SYSUID,CLASS=A,MSGLEVEL=(1,1), // MSGCLASS=X //************************************************** //*  THIS IS AN EXAMPLE – THIS LINE WILL BE DELETED //************************************************** //STEP1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //INPUT DD DSNAME=SYS1.EXAMPLE.FILE,DISP=SHR //OUTPUT DD DSNAME=SYS1.EXAMPLE.FILE,DISP=SHR //SYSIN DD * […]