Xerox 701P21091 manual Sample PDL commands

Models: 701P21091

1 498
Download 498 pages 22.54 Kb
Page 43
Image 43

PDL principles and procedures

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

 

Command

Parameter

 

Identifier

keyword

keywords

Parameter options

 

 

 

 

 

 

 

 

VFU1:

VFU

ASSIGN=

(1, 1),

 

 

TOF=

1,

 

 

BOF=

55;

 

 

 

 

VFU2:

VFU

ASSIGN=

(1, (4, 59)),

 

 

TOF=

4,

 

 

BOF=

127;

 

 

 

 

T1:

TABLE

CONSTANT=

('CLIPS');

 

 

 

 

C1:

CRITERIA

CONSTANT=

(14, 5, EQ, T1),

 

 

LINENUM=

(6, 3);

 

 

 

 

T2:

TABLE

CONSTANT=

('1');

 

 

 

 

C2:

CRITERIA

CONSTANT=

(0, 1, NE, T2);

 

 

 

 

CME1:

CME

LINE=

3,

 

 

POS=

59,

 

 

CONSTANT=

'FIRST QUARTER';

 

 

 

 

CME4:

CME

LINE=

(1, 60),

 

 

POSITION=

5,

 

 

FONT=

2;

 

 

 

 

PDE2:

PDE

PMODE=

PORTRAIT,

 

 

BEGIN=

(1.1,.37),

 

 

FONTS=

(P08TYA, P08SCA);

 

 

 

 

CODTAB:

CODE

DEFAULT=

EBCDIC,

 

 

ASSIGN=

(X'4A', X'B4');

 

 

 

 

 

RECORD

STRUCTURE=

FB,

 

 

LENGTH=

132;

 

 

 

 

 

LINE

VFU=

VFU1,

 

 

DATA=

(1, 10),

 

 

OVERPRINT=

(PRINT, DISP);

 

 

 

 

Using LCDS Print Description Language

1-15

Page 43
Image 43
Xerox 701P21091 manual Sample PDL commands