tk5-c90-projects/jcl/TXTWKR01.jcl
Greg Gauthier 9eb35007ee
Some checks failed
MVS Delete Members / delete-members (push) Failing after 16s
MVS Submit & Execute / upload-and-run (push) Successful in 53s
simple program to read/write a text file
2026-02-08 14:19:53 +00:00

7 lines
271 B
Plaintext

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