![Xerox Nuvera 100 Software Manual Download Page 43](http://html2.mh-extra.com/html/xerox/nuvera-100/nuvera-100_software-manual_3360849043.webp)
PDL principles and procedures
Using LCDS Print Description Language
1-15
Sample PDL commands
The following table lists a set of commands in the order that they
might appear in a JSL. It shows the components of PDL
commands and a variety of right part options.
The commands are displayed below in table form so you can
more easily distinguish their components. When coding a JSL,
you may want to use tabs to separate these parts. You may also
prefer to place all parameters for a command on the same line
with the command keyword.
Table 1-5. Sample PDL commands
Identifier
Command
keyword
Parameter
keywords
Parameter options
VFU1:
VFU
ASSIGN=
TOF=
BOF=
(1, 1),
1,
55;
VFU2:
VFU
ASSIGN=
TOF=
BOF=
(1, (4, 59)),
4,
127;
T1:
TABLE
CONSTANT= ('CLIPS');
C1:
CRITERIA
CONSTANT=
LINENUM=
(14, 5, EQ, T1),
(6, 3);
T2:
TABLE
CONSTANT= ('1');
C2:
CRITERIA
CONSTANT=
(0, 1, NE, T2);
CME1:
CME
LINE=
POS=
CONSTANT=
3,
59,
'FIRST QUARTER';
CME4:
CME
LINE=
POSITION=
FONT=
(1, 60),
5,
2;
PDE2:
PDE
PMODE=
BEGIN=
FONTS=
PORTRAIT,
(1.1,.37),
(P08TYA, P08SCA);
CODTAB:
CODE
DEFAULT=
ASSIGN=
EBCDIC,
(X'4A', X'B4');
RECORD
STRUCTURE=
LENGTH=
FB,
132;
LINE
VFU=
DATA=
OVERPRINT=
VFU1,
(1, 10),
(PRINT, DISP);
Summary of Contents for Nuvera 100
Page 1: ...Xerox DocuPrint EPS Using LCDS Print Description Language 701P21091 Version 3 7 May 2003...
Page 16: ...Table of contents xvi Using LCDS Print Description Language...
Page 28: ...Introduction xxviii Using LCDS Print Description Language...
Page 352: ...Specifying print format parameters 4 112 Using LCDS Print Description Language...
Page 434: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language...
Page 464: ...Character code assignments C 8 Using LCDS Print Description Language...
Page 498: ...INDEX INDEX 12 Using LCDS Print Description Language...