tk5-c90-projects/jcl/SIMPLE2.jcl
Gregory Gauthier 60cdc26d45
Some checks failed
MVS Delete Members / delete-members (push) Failing after 19s
MVS Submit & Execute / upload-and-run (push) Successful in 43s
make sure the submission logic still works
2026-02-06 16:00:00 +00:00

7 lines
243 B
Plaintext

//SIMPLE2 JOB (GCC),'Simple Hello Example',
// NOTIFY=@05054,CLASS=A,MSGCLASS=A,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
//* Compile Step - comments allowed in JCL!
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE2)'
//