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;
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...