PDL principles and procedures
Using LCDS Print Description Language
1-31
Before creating a JSL: considerations and decisions
Before starting to develop the JSL for your application, you must
make the following key decisions, based on your site specific
needs and the design of the application.
•
Input data
•
Output specifications
•
Type of application to create
•
Special features
•
Interactions between JSLs, catalogs, and jobs
•
Stock size
•
Page orientation
•
Font types
•
Hints and tips
LINE
DATA=(1,132), PCCTYPE=IBM3211,
VFU=VFU1;
ACCT
USER=TRAY;
IDEN
PREFIX='C9700', SKIP=7, OFFSET=1;
SSML: STOCKSET
ASSIGN=('WHITE',
CVR),
ASSIGN=('YELLOW', BLL),
ASSIGN=('GREEN', SUM),
INIFEED=CVR, SYSPAGE=SUM;
MESSAGE
OTEXT=('ALL FORMS DUPLEX ONLY!!!', 1,
WAIT);
/* Job level commands*/
JOB1:
JDE;
OUTPUT
DUPLEX=YES, SHIFT=YES,
FORM=SMPLE, MODIFY=CME1,
FORMAT=PDE1,COPIES=10,
OFFSET=FIRST, PURGE=NO;
JOB2:
JDE;
LINE
VFU=VFU2UP;
OUTPUT
FORMAT=PDE2, FORMS=SPL2,
COPIES=7;
END;
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...