summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.jcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/example.jcl')
-rw-r--r--tests/examplefiles/example.jcl31
1 files changed, 0 insertions, 31 deletions
diff --git a/tests/examplefiles/example.jcl b/tests/examplefiles/example.jcl
deleted file mode 100644
index 18d4ae37..00000000
--- a/tests/examplefiles/example.jcl
+++ /dev/null
@@ -1,31 +0,0 @@
-//IS198CPY JOB (PYGM-TEST-001),'PYGMENTS TEST JOB',
-// CLASS=L,MSGCLASS=X,TIME=(00,10)
-//* Copy 'OLDFILE' to 'NEWFILE'.
-//COPY01 EXEC PGM=IEBGENER
-//SYSPRINT DD SYSOUT=*
-//SYSUT1 DD DSN=OLDFILE,DISP=SHR
-//SYSUT2 DD DSN=NEWFILE,
-// DISP=(NEW,CATLG,DELETE),
-// SPACE=(CYL,(40,5),RLSE), Some comment
-// DCB=(LRECL=115,BLKSIZE=1150)
-//SYSIN DD DUMMY
-/*
-//* Test line continuation in strings.
-//CONT01 EXEC PGM=IEFBR14,PARM='THIS IS A LONG PARAMETER WITHIN APOST
-// ROPHES, CONTINUED IN COLUMN 15 OF THE NEXT RECORD'
-//* Sort a couple of lines and show the result in the job log.
-//SORT01 EXEC PGM=IEFBR14
-//SORTIN DD *
-spam
-eggs
-ham
-/*
-//SORTOUT DD SYSOUT=*
-/*
-//* Test line continuation with comment at end of line continued by a
-//* character at column 72 (in this case 'X').
-//STP4 EXEC PROC=BILLING,COND.PAID=((20,LT),EVEN),
-// COND.LATE=(60,GT,FIND),
-// COND.BILL=((20,GE),(30,LT,CHGE)) THIS STATEMENT CALLS THE X
-// BILLING PROCEDURE AND SPECIFIES RETURN CODE TESTS FOR THREEX
-// PROCEDURE STEPS.