simple program to read/write a text file
Some checks failed
MVS Delete Members / delete-members (push) Failing after 15s
MVS Submit & Execute / upload-and-run (push) Failing after 14s

This commit is contained in:
Greg Gauthier 2026-02-08 14:25:17 +00:00
parent 9eb35007ee
commit 8ab77c4a25

View File

@ -1,5 +1,5 @@
//TXTWKR01 JOB (GCC),'File I/O Example', //TXTWKR01 JOB (GCC),'File I/O Example',
// NOTIFY=@05054,CLASS=A,MSGCLASS=A, // NOTIFY=@05054,CLASS=A,MSGCLASS=H,
// MSGLEVEL=(1,1),REGION=4M,TIME=1440 // MSGLEVEL=(1,1),REGION=4M,TIME=1440
//* Compile and Go Step //* Compile and Go Step
//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)' //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)'