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.ezt | |
parent | f1c080e184dc1bbc36eaa7cd729ff3a499de568a (diff) | |
download | pygments-master.tar.gz |
Diffstat (limited to 'tests/examplefiles/example.ezt')
-rw-r--r-- | tests/examplefiles/example.ezt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/tests/examplefiles/example.ezt b/tests/examplefiles/example.ezt deleted file mode 100644 index fec2aa4c..00000000 --- a/tests/examplefiles/example.ezt +++ /dev/null @@ -1,32 +0,0 @@ -* Easytrieve Plus example programm. - -* Environtment section. -PARM DEBUG(FLOW FLDCHK) - -* Library Section. -FILE PERSNL FB(150 1800) - NAME 17 8 A - EMP# 9 5 N * Note: '#' is a valid character for names. - DEPT 98 3 N. GROSS 94 4 P 2 - * ^ 2 field definitions in 1 line. - -* Call macro in example.mac. -FILE EXAMPLE FB(80 200) -%EXAMPLE SOMEFILE SOME - -* Activity Section. -JOB INPUT PERSNL NAME FIRST-PROGRAM START AT-START FINISH AT_FINISH - PRINT PAY-RPT -REPORT PAY-RPT LINESIZE 80 - TITLE 01 'PERSONNEL REPORT EXAMPLE-1' - LINE 01 DEPT NAME EMP# GROSS - -* Procedure declarations. -AT-START. PROC - DISPLAY 'PROCESSING...' -END-PROC - -AT-FINISH -PROC - DISPLAY 'DONE.' -END-PROC |