add sample jcl
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 4s

This commit is contained in:
Greg Gauthier 2025-10-19 13:51:48 +01:00
parent dcf82c0b71
commit 473cfb37ee

11
jcl/GCCHELLO.jcl Normal file
View File

@ -0,0 +1,11 @@
//GMG0002 JOB (GCC),'C Program Example',
// NOTIFY=@05054,
// CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),
// REGION=4M,TIME=1440
//*
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(HELLO)'
//*****************************************************
//* COMPILE.SYSIN ONLY NEEDED IF INFILE ABOVE DOES NOT EXIST
//*****************************************************
//*OMPILE.SYSIN DD DSN=GMGAUTH.SRCLIB(HELLO),DISP=(SHR)