Sample Completed Jsl - Xerox DocuPrint 100 Software Manual

Enterprise printing system lcds print description language
Hide thumbs Also See for DocuPrint 100:
Table of Contents

Advertisement

PDL principles and procedures
Ending all JSLs

Sample completed JSL

XRXSPL: JDL;
/* System level ID commands*/
VFU1:
VFU2UP: VFU
VFU3:
PDE1:
PDE2:
CME1:
CME2:
1-30
CMEs, PDEs, TSTs, and STOCKSETs: Following an END;
command for a JSL, you may code one or more CMEs (CME
command), PDEs (FORMAT command), TSTs (ROUTE
command), or stocksets (STOCKSET command). If the CME,
PDE, TST, or stockset that you are coding will be used by more
than one JSL file or is referenced by a DJDE, compile and
catalog it as a separate file (not part of any JSL). (Refer to
"Compiling a JSL," later in this chapter, for the procedure.)
The end of all JSLs, CMEs, PDEs, and so forth to be processed
is indicated by two consecutive END; commands as shown
below.
END; END;
The following figure shows the entire JSL constructed from the
command level examples in this section.This is an example of an
online JSL. Note that HOST=IBMONL indicates the source and
structure of input data. The VOLUME=HOST command indicates
whether the JSL is for an offline (tape) or online job.
VFU
ASSIGN=(1,11), ASSIGN=(12,66), TOF=11,
BOF=66;
ASSIGN=(1,(11,77)),
ASSIGN=(12,(66,132)), TOF=11, BOF=132;
VFU
ASSIGN=(1,1), TOF=1, BOF=132;
PDE
BEGIN=(0.18IN,0.66IN),
FONT=(L0112B,L01BOA), PMODE=LANDSCAPE;
PDE
BEGIN=(1.03,.51), BEGIN=(6.30,.51),
FONTS=P1012A, PMODE=PORTRAIT;
CME
LINE=(9,–), POS=1, FONT=1;
CME
LINE=3, POS=59,
CONSTANT='FIRST QUARTER';
VOLUME
HOST=IBMONL, CODE=EBCDIC;
RECORD
LENGTH=136;
Using LCDS Print Description Language

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents