PDL principles and procedures
1-60
Using LCDS Print Description Language
CAUTION
Be sure to give a new name to the JSL file you have created.
Otherwise, your new JSL may overwrite the default JSL in the
“lcds” folder. (Overwriting can occur if you access the default
JSL by selecting [Open} from the File menu on the Text
Editor window instead of [Include].
•
The name must end with the .JSL file extension.
•
The name must be one to six characters in length (not
including the .JSL extension).
15. Click [OK]. Your new JSL is stored on the system disk. You
can now close the Text Editor window.
16. Compile the JSL to create a JDL file. (Refer to “Compiling a
JSL,” later in this chapter, for this procedure.)
Sample online JSL
The following figure shows another example of an online JSL.
Note how comments are used to explain and identify parts of the
JSL.
Table 1-10. Sample online JSL
ONLINE:
JDL;
/* System level commands */
VFU1:
VFU
ASSIGN=(1,4), ASSIGN=(2,10),
ASSIGN=(3,16), ASSIGN=(4,22),
ASSIGN=(5,28), ASSIGN=(6,34),
ASSIGN=(7,40), ASSIGN=(8,46),
ASSIGN=(9,66), ASSIGN=(10,52),
ASSIGN=(11,58), ASSIGN=(12,64), TOF=4,
BOF=66;
/* Tables and criteria */
T1:
TABLE
MASK='?', CONSTANT='HE?DE?PAGE';
C1:
CONSTANT=(1,10,EQ,T1), LINENUM= (1,10);
T2:
TABLE
CONSTANT='TRAILER PAGE';
C2:
CRITERIA
CONSTANT=(0,12,EQ,T2), LINENUM=(1,10);
T3:
TABLE
CONSTANT='EOJ';
C3:
CRITERIA
CONSTANT=(0,3,EQ,T3), LINENUM=(1,20)
Содержание Nuvera 100
Страница 1: ...Xerox DocuPrint EPS Using LCDS Print Description Language 701P21091 Version 3 7 May 2003...
Страница 16: ...Table of contents xvi Using LCDS Print Description Language...
Страница 28: ...Introduction xxviii Using LCDS Print Description Language...
Страница 151: ...Specifying input parameters Using LCDS Print Description Language 2 43 Figure 2 3 Record format types...
Страница 227: ...Using logical processing Using LCDS Print Description Language 3 47 Figure 3 6 Effects of RPAGE SIDE parameter...
Страница 228: ...Using logical processing 3 48 Using LCDS Print Description Language Figure 3 7 Effects of RPAGE WHEN parameter...
Страница 240: ...Using logical processing 3 60 Using LCDS Print Description Language Figure 3 8 Sample RSTACK command usage illustration...
Страница 352: ...Specifying print format parameters 4 112 Using LCDS Print Description Language...
Страница 434: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language...
Страница 464: ...Character code assignments C 8 Using LCDS Print Description Language...
Страница 469: ...Offline specifications Using LCDS Print Description Language D 5 Figure D 2 LPS tape format diagram...
Страница 498: ...INDEX INDEX 12 Using LCDS Print Description Language...