diff options
author | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
---|---|---|
committer | Matth?us G. Chajdas <dev@anteru.net> | 2019-11-10 13:56:53 +0100 |
commit | 1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 (patch) | |
tree | 87a171383266dd1f64196589af081bc2f8e497c3 /tests/examplefiles/example.jcl | |
parent | f1c080e184dc1bbc36eaa7cd729ff3a499de568a (diff) | |
download | pygments-master.tar.gz |
Diffstat (limited to 'tests/examplefiles/example.jcl')
-rw-r--r-- | tests/examplefiles/example.jcl | 31 |
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. |