From 7c4d7de0ea50cc1e8a0e08642a9eb9171ad3949d Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Fri, 6 Feb 2026 11:06:28 +0000 Subject: [PATCH] send output to the 1403 --- jcl/SIMPLE.jcl | 2 +- src/SIMPLE.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jcl/SIMPLE.jcl b/jcl/SIMPLE.jcl index 6391c5c..570f037 100644 --- a/jcl/SIMPLE.jcl +++ b/jcl/SIMPLE.jcl @@ -1,5 +1,5 @@ //SIMPLE JOB (GCC),'Simple Hello Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, +// NOTIFY=@05054,CLASS=A,MSGCLASS=A, // MSGLEVEL=(1,1),REGION=4M,TIME=1440 //* Compile Step - comments allowed in JCL! //STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIMPLE)' diff --git a/src/SIMPLE.c b/src/SIMPLE.c index 0673eb5..ca6f293 100644 --- a/src/SIMPLE.c +++ b/src/SIMPLE.c @@ -10,4 +10,4 @@ int main() { printf("%s\n", HELLO_STRING); return 0; -} +} \ No newline at end of file