![Xerox Nuvera 100 Software Manual Download Page 90](http://html2.mh-extra.com/html/xerox/nuvera-100/nuvera-100_software-manual_3360849090.webp)
PDL principles and procedures
1-62
Using LCDS Print Description Language
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 DP EPS, 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;
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...