Skip to content

Instantly share code, notes, and snippets.

@Longlius
Last active October 3, 2020 23:19
Show Gist options
  • Save Longlius/5794287 to your computer and use it in GitHub Desktop.
Save Longlius/5794287 to your computer and use it in GitHub Desktop.
Hello world in IBM JCL
//HELLOW JOB
//* The IEBGENER program copies data
//S1 EXEC PGM=IEBGENER
//* Data to be copied
//SYSUT1 DD *
Hello, world!
//* Tells IEBGENER to copy data to the system output
//SYSUT2 DD SYSOUT=A
//SYSPRINT DD SYSOUT=A
//SYSIN DD DUMMY
//* Null statement ends job
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment