beautypg.com

Xerox 4112-4127 Enterprise Printing System-192 User Manual

Page 41

background image

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);