why is the new job not running right?
All checks were successful
MVS Upload & Execute / upload-and-run (push) Successful in 23s

This commit is contained in:
Gregory Gauthier 2026-02-06 10:00:38 +00:00
parent 7f43599b6e
commit 3dd0b5e96c
2 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,6 @@
//SIMPLE1 JOB (SIMPLE),'SIMPLE HELLO PROGRAM',NOTIFY=@05054,CLASS=A,
// MSGCLASS=H,REGION=4M,TIME=1440
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
//SIMPLE JOB (GCC),'Simple Hello Example',
// NOTIFY=@05054,CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440
//* Compile Step
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)'
//