Xerox FreeFlow Printer User Manual


 
PDL principles and procedures
Using LCDS Print Description Language 1-63
Sample offline JSL
The following figure shows an example of an offline JSL. Note
how comments are used to explain and identify parts of the JSL.
NOTE: This JSL contains some highlight color commands.
These commands are processed by the FreeFlow Print Server,
but all printing is in monochrome.
Table 1-11. Sample offline JSL
JDLHLC: JDL;
/* System (ID) level commands */
VFU1: VFU ASSIGN=(1,5), ASSIGN=(2,10),
ASSIGN=(3,15), TOF=5, BOF=66;
PDE1: PDE BEGIN=(175DOTS, 300XDOTS),
FONTS=(UN110E,PR110E,PR124B);
PDE2; PDE BEGIN=(0.725IN, 1.000IN),
FONTS=(L0512C,L05SCA,L05ITA),
PMODE=LANDSCAPE;
IDR1: IDR ILIST=(‘RED’,‘BLACK’,‘PINK’);
/***IDFAULT=’RED’***/
IDR2: IDR ICATALOG=XEROX, PALETTE=’PICTORIAL’,
ILIST=(‘BLACK’,‘RED’,‘PALE PINK’);
/*IDFAULT=’BLACK’*/
/* Tables and criteria */
T1: TABLE CONSTANT=(A'REPORT');
C1: CRITERIA CONSTANT=(2,6,EQ,T1);
/* System level commands */
VOLUME HOST=IBMOS, CODE=ASCII;
BLOCK LENGTH=2048;
RECORD LENGTH=135, STRUCTURE=VB, LTHFLD=2,
ADJUST=0, FORMAT=BIN, PREAMBLE=3;
LINE DATA=(1,132), PCCTYPE=IBM1403;
PCC=(0,NOTRAN),OVERPRINT=(PRINT,NODISP),
VFU=VFU1;
IDEN PREFIX=A'DJDE', SKIP=6, OFFSET=2,
OPRINFO=YES;