switch to JCC compiler
Some checks failed
MVS Delete Members / delete-members (push) Failing after 13s
MVS Submit & Execute / upload-and-run (push) Failing after 51s

This commit is contained in:
Greg Gauthier 2026-02-08 15:27:40 +00:00
parent 5742a21d59
commit 68e46fef6b
2 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,5 @@
//TXTWKR01 JOB (GCC),'File I/O Example', //TXTWKR01 JOB (JCC),'JCC File I/O Test',
// NOTIFY=@05054,CLASS=A,MSGCLASS=H, // NOTIFY=@05054,CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440 // MSGLEVEL=(1,1),REGION=4M,TIME=1440
//* Compile and Go Step //STEP1 EXEC JCCCLG,INFILE='@05054.SRCLIB.C(TXTWKR01)'
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)' //GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=SHR
//GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=SHR
//

View File

@ -46,3 +46,4 @@ int main()
return 0; return 0;
} }