Created
January 10, 2017 05:17
-
-
Save thomasjk10/2cfbb919f96dcd9d0507e117838a0243 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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