From 0b76e0be9a3b4465944802c38da69dd043bf713c Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 6 Feb 2026 18:35:27 +0000 Subject: [PATCH] remove junk test files --- jcl/GCCHELLO.jcl | 11 ---------- jcl/SIEVE03.jcl | 5 ----- jcl/SIEVE04.jcl | 5 ----- jcl/SIEVE05.jcl | 6 ------ jcl/SIEVE07.jcl | 6 ------ jcl/SIEVE08.jcl | 6 ------ jcl/SIEVE09.jcl | 6 ------ jcl/SIMPLE.jcl | 7 ------- jcl/SIMPLE2.jcl | 6 ------ src/SIEVE01.c | 49 -------------------------------------------- src/SIEVE03.c | 53 ------------------------------------------------ src/SIEVE04.c | 46 ----------------------------------------- src/SIEVE05.c | 47 ------------------------------------------ src/SIEVE07.c | 47 ------------------------------------------ src/SIEVE08.c | 47 ------------------------------------------ src/SIEVE09.c | 47 ------------------------------------------ src/SIMPLE.c | 13 ------------ src/SIMPLE2.c | 13 ------------ 18 files changed, 420 deletions(-) delete mode 100644 jcl/GCCHELLO.jcl delete mode 100644 jcl/SIEVE03.jcl delete mode 100644 jcl/SIEVE04.jcl delete mode 100644 jcl/SIEVE05.jcl delete mode 100644 jcl/SIEVE07.jcl delete mode 100644 jcl/SIEVE08.jcl delete mode 100644 jcl/SIEVE09.jcl delete mode 100644 jcl/SIMPLE.jcl delete mode 100644 jcl/SIMPLE2.jcl delete mode 100644 src/SIEVE01.c delete mode 100644 src/SIEVE03.c delete mode 100644 src/SIEVE04.c delete mode 100644 src/SIEVE05.c delete mode 100644 src/SIEVE07.c delete mode 100644 src/SIEVE08.c delete mode 100644 src/SIEVE09.c delete mode 100644 src/SIMPLE.c delete mode 100644 src/SIMPLE2.c diff --git a/jcl/GCCHELLO.jcl b/jcl/GCCHELLO.jcl deleted file mode 100644 index 9e12375..0000000 --- a/jcl/GCCHELLO.jcl +++ /dev/null @@ -1,11 +0,0 @@ -//GMG0002 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(HELLO)' -//***************************************************** -//* COMPILE.SYSIN ONLY NEEDED IF INFILE ABOVE DOES NOT EXIST -//***************************************************** -//*OMPILE.SYSIN DD DSN=GMGAUTH.SRCLIB(HELLO),DISP=(SHR) diff --git a/jcl/SIEVE03.jcl b/jcl/SIEVE03.jcl deleted file mode 100644 index 2757235..0000000 --- a/jcl/SIEVE03.jcl +++ /dev/null @@ -1,5 +0,0 @@ -//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 diff --git a/jcl/SIEVE04.jcl b/jcl/SIEVE04.jcl deleted file mode 100644 index 33c9205..0000000 --- a/jcl/SIEVE04.jcl +++ /dev/null @@ -1,5 +0,0 @@ -//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(SIEVE04)' -// \ No newline at end of file diff --git a/jcl/SIEVE05.jcl b/jcl/SIEVE05.jcl deleted file mode 100644 index 27d3a58..0000000 --- a/jcl/SIEVE05.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIEVE05 JOB (GCC),'Sieve 5 Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//* Compile Step -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE05)' -// \ No newline at end of file diff --git a/jcl/SIEVE07.jcl b/jcl/SIEVE07.jcl deleted file mode 100644 index 691bfa0..0000000 --- a/jcl/SIEVE07.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIEVE07 JOB (GCC),'Sieve 7 Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//* Compile Step -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE07)' -// \ No newline at end of file diff --git a/jcl/SIEVE08.jcl b/jcl/SIEVE08.jcl deleted file mode 100644 index b1b52ff..0000000 --- a/jcl/SIEVE08.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIEVE08 JOB (GCC),'Sieve 8 Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//* Compile Step -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE08)' -// \ No newline at end of file diff --git a/jcl/SIEVE09.jcl b/jcl/SIEVE09.jcl deleted file mode 100644 index 2b8a423..0000000 --- a/jcl/SIEVE09.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIEVE09 JOB (GCC),'Sieve 9 Example', -// NOTIFY=@05054,CLASS=A,MSGCLASS=H, -// MSGLEVEL=(1,1),REGION=4M,TIME=1440 -//* Compile Step -//STEP1 EXEC GCCCG,INFILE='@05054.SRCLIB.C(SIEVE09)' -// \ No newline at end of file diff --git a/jcl/SIMPLE.jcl b/jcl/SIMPLE.jcl deleted file mode 100644 index 2d6d4c0..0000000 --- a/jcl/SIMPLE.jcl +++ /dev/null @@ -1,7 +0,0 @@ -//SIMPLE JOB (GCC),'Simple Hello Example', -// 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/jcl/SIMPLE2.jcl b/jcl/SIMPLE2.jcl deleted file mode 100644 index 09fe5b4..0000000 --- a/jcl/SIMPLE2.jcl +++ /dev/null @@ -1,6 +0,0 @@ -//SIMPLE2 JOB (GCC),'Simple Hello Example', -// 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(SIMPLE2)' -// diff --git a/src/SIEVE01.c b/src/SIEVE01.c deleted file mode 100644 index caabe00..0000000 --- a/src/SIEVE01.c +++ /dev/null @@ -1,49 +0,0 @@ -#include - -#define LIMIT 10000 -#define PRIMES 1000 - -// Sieve of Eratosthenes -// Author: Greg Gauthier -// Date: 2016-01-20 -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - -/* Sieve of Eratosthenes - * Author: Greg Gauthier - * Date: 2016-01-20 - * NOTE: cannot use single-line comments in these C files because - * of the fact that the MVS SYSIN is interpreting them as - * JCL operands. -*/ -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#define LIMIT 10000 -#define PRIMES 1000 - - -int main() -{ - int i,j,numbers[LIMIT]; - int primes[PRIMES]; - - for (i=0;i - -#ifndef HELLO_STRING -#define HELLO_STRING "Hello, World!" -#endif - -int main() { - printf("%s\n", HELLO_STRING); - return 0; -} diff --git a/src/SIMPLE2.c b/src/SIMPLE2.c deleted file mode 100644 index f736ef8..0000000 --- a/src/SIMPLE2.c +++ /dev/null @@ -1,13 +0,0 @@ -// -// SIMPLE 2 SAMPLE -// -# include - -#ifndef HELLO_STRING -#define HELLO_STRING "Hello, World!" -#endif - -int main() { - printf("%s\n", HELLO_STRING); - return 0; -} \ No newline at end of file