tk5-c90-projects/jcl/SIMPLE.jcl
Gregory Gauthier 7c4d7de0ea
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 14s
send output to the 1403
2026-02-06 11:06:28 +00:00

7 lines
242 B
Plaintext

//SIMPLE 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(SIMPLE)'
//