From 90455871aa031668e30c3e152ccde837d3796d02 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sun, 19 Oct 2025 15:20:07 +0100 Subject: [PATCH] more fixes to the JCL --- jcl/SIEVE03.jcl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/jcl/SIEVE03.jcl b/jcl/SIEVE03.jcl index 09438a2..2757235 100644 --- a/jcl/SIEVE03.jcl +++ b/jcl/SIEVE03.jcl @@ -1,7 +1,5 @@ -//GMG0002 JOB (GCC),'C Program Example', -// NOTIFY=@05054, -// CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1), -// REGION=4M,TIME=1440 +//SIEVE03 JOB (GCC),'C Program Example', +// NOTIFY=@05054,CLASS=A,MSGCLASS=H, +// MSGLEVEL=(1,1),REGION=4M,TIME=1440 //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE03)' // \ No newline at end of file