From 68e46fef6bf705a0eb809e8b90f3786a15da17fc Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 8 Feb 2026 15:27:40 +0000 Subject: [PATCH] switch to JCC compiler --- jcl/TXTWKR01.jcl | 12 +++++------- src/TXTWKR01.c | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/jcl/TXTWKR01.jcl b/jcl/TXTWKR01.jcl index 52ecc0d..fae4722 100644 --- a/jcl/TXTWKR01.jcl +++ b/jcl/TXTWKR01.jcl @@ -1,7 +1,5 @@ -//TXTWKR01 JOB (GCC),'File I/O Example', -// 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)' -//GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=SHR -// +//TXTWKR01 JOB (JCC),'JCC File I/O Test', +// NOTIFY=@05054,CLASS=A,MSGCLASS=H, +// MSGLEVEL=(1,1),REGION=4M,TIME=1440 +//STEP1 EXEC JCCCLG,INFILE='@05054.SRCLIB.C(TXTWKR01)' +//GO.TESTDD DD DSN=@05054.DATA(TESTMEM),DISP=SHR \ No newline at end of file diff --git a/src/TXTWKR01.c b/src/TXTWKR01.c index 92e4e44..7ab86bc 100644 --- a/src/TXTWKR01.c +++ b/src/TXTWKR01.c @@ -46,3 +46,4 @@ int main() return 0; } +