Created
August 13, 2021 17:27
-
-
Save aswinvenkey/a47072dff0a4efaaccc7bbeb6daa434f to your computer and use it in GitHub Desktop.
A very basic intro JCL
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
//JCL0001 JOB NOTIFY=&SYSUID | |
//* | |
//STEP01 EXEC PGM=JCL01 | |
//DD1 DD DSN=WM.JCL01.DATA,DISP=SHR | |
//* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment