Skip to content

Instantly share code, notes, and snippets.

@thomasjk10
Created January 10, 2017 05:17
Show Gist options
  • Save thomasjk10/2cfbb919f96dcd9d0507e117838a0243 to your computer and use it in GitHub Desktop.
Save thomasjk10/2cfbb919f96dcd9d0507e117838a0243 to your computer and use it in GitHub Desktop.
By using IEBEDIT:
We can also use IEBEDIT to achieve the same.By using IEBEDIT ,some steps can be included or excluded from running.
Sample job:
//STEP0001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=RACFID.JCLLIB(IEBCHK),DISP=SHR
//SYSUT2 DD SYSOUT=*
//SYSIN DD *
EDIT TYPE=INCLUDE,STEPNAME=(STEP2,STEP4)
/*
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment