PDL principles and procedures
Using LCDS Print Description Language
1-47
Hints and tips
The following tips may help you as you create your JSL.
•
The only required elements in a JSL are:
– A JDL name, which is the name of the file created by
compiling the JSL
– One or more job names (JDEs)
– END; command at the end of the JSL.
/*Catalog level commands*/
CATPOW:
CATALOG;
VOLUME
HOST=IBMONL, CODE=EBCDIC;
RECORD
LENGTH=135, STRUCTURE=VB, PREAMBLE=2,
ADJUST=3;
CATGRP:
CATALOG;
VOLUME
HOST=IBMONL, CODE=EBCDIC;
RECORD
LENGTH=135, STRUCTURE=VB, PREAMBLE=1,
LTHFLD=1, FORMAT=BIN, OFFSET=0,
ADJUST=2;
/*Job or JDE level commands*/
1:
JDE;
OUTPUT
IDR=IDR1, NUMBER=(1, 1, 0, 1,’BLACK’),
FORMAT=PDE1, LOGO=(SIG1,1.5 IN,6.0 IN);
2:
JDE
INCLUDE=CATPOW;
VOLUME
HOST=IBMONL, CODE=PEBCDIC;
OUTPUT
IDR=IDR2, FORMAT=PDE2, IDFAULT=2,
FORMS=STMT3;
ABNORMAL
ERROR=CONTINUE, IMISMATCH=CONTINUE;
3:
JDE
INCLUDE=CATGRP;
OUTPUT
COPIES=5, IDFAULT=’BLACK’, XMP=REPORT;
DFLT:
JDE;
END;
Table 1-8. Sample JSL (Continued)
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...