From 8ab77c4a25afff5c98b20743117acc969991a92b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 8 Feb 2026 14:25:17 +0000 Subject: [PATCH] simple program to read/write a text file --- jcl/TXTWKR01.jcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcl/TXTWKR01.jcl b/jcl/TXTWKR01.jcl index f4176e0..db7e0bc 100644 --- a/jcl/TXTWKR01.jcl +++ b/jcl/TXTWKR01.jcl @@ -1,5 +1,5 @@ //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 //* Compile and Go Step //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(TXTWKR01)'