PDL principles and procedures

NOTE: This JSL contains some highlight color commands and

parameters: IDR, ILIST, ICATALOG, and IDEFAULT. These commands are processed, but most have no effect on the output if the JSL is used to print on the FreeFlow Print Server LCDS systems. However, if the JSL is used on a highlight color printing system such as the Xerox 4890 LPS, the commands are followed. Refer to “Printing highlight color applications on FreeFlow Print Server LCDS systems” in this chapter for information on how color commands are treated by the FreeFlow Print Server LCDS systems.

Table 1-8. Sample JSL

JDLHLC: JDL;

/*System level commands*/

VFU1:

VFU

ASSIGN=(1,5), ASSIGN=(2,10),

 

 

ASSIGN=(3,15), TOF=5, BOF=66;

PDE1:

PDE

BEGIN=(175 DOTS, 00 XDOTS),

 

 

FONTS=(UN110E, PR110E, PR124B);

PDE2:

PDE

FONTS=(L0512C, L05SCA, L05ITA),

 

 

PMODE=LANDSCAPE,

 

 

BEGIN=(0.725IN, 1.000 IN);

IDR1:

IDR

ILIST=(’RED’,’BLACK’,’PINK’);

 

 

/***IDFAULT =’RED’***/

IDR2:

IDR

ICATALOG=XEROX, PALETTE =’PICTORIAL’,

 

 

ILIST=(’BLACK’,’RED’,’PALE PINK’);

 

 

/*IDFAULT =’BLACK’*/

T1:

TABLE

CONSTANT=(A’REPORT’);

C1:

CRI

CONSTANT=(2, 6, EQ, T1);

 

VOLUME

HOST=IBMONL, CODE=ASCII;

 

RECORD

LENGTH=136, STRUCTURE=VB, LTHFLD=2,

 

 

ADJUST=0,FORMAT=BIN,PREAMBLE=3;

 

LINE

DATA=(1,132), OVERPRINT=(PRINT,NODISP),

 

 

VFU=VFU1;

 

IDEN

PREFIX=A’DJDE’, SKIP=6, OFFSET=2,

 

 

OPRINFO=YES;

 

RSTACK

TEST=(C1), DELIMITER=YES;

 

ACCT

USER=BIN;

1-46

Using LCDS Print Description Language

Page 72
Image 72
Xerox FreeFlow manual Sample JSL, Jdlhlc JDL, PDE1 BEGIN=175 DOTS, 00 Xdots, IDR1 ILIST=’RED’,’BLACK’,’PINK’