Xerox 721P85530 User Manual

Page 65

Advertising
background image

CREATING A JOB SOURCE LIBRARY (JSL)

XEROX DOCUPRINT 180 LPS PDL REFERENCE

3-7

Command keywords

Command keywords identify the command for which various
parameters may be selected. For example, the command keyword
“OUTPUT“ may be followed by any number of its parameters, such
as the following:

OUTPUT GRAPHICS=YES,DUPLEX=NO,
FORMAT=PDFLT,FORM=BAR;

Command parameters

Each command keyword is followed by one or more parameters
which give precise specifications for the print job or application. Each
parameter has one or more options from which to select. For
example, the OFFSET parameter of the OUTPUT command has
three options: ALL, FIRST, or NONE.

Each parameter consists of a left and a right part separated by an
equal sign (=).

Commas or blank spaces separate parameters.

Parentheses are used to enclose multiple right parts of a parameter,
for example:

LINE VFU = VFU1, DATA=(1,132),
MARGIN=(1,POS), PCC=(0,NOTRAN);

Comments

Comments may appear anywhere, before or after a command, within
a JSL and are useful for providing information for future use or to
others who may be using the JSL. They must be preceded by a slash
and an asterisk (/*) and terminated by an asterisk and a slash (*/). A
comment can be nested within another comment. Here are some
examples of comments within JSLs:

Example 1

/* CATALOG FOR ONLINE ONLY JOBS*/

SMPL1: CATALOG;

Example 2

/*CHECK PAPER STOCK FOR EACH JOB*/

LETTER: JDE INCLUDE=SMPL1;
OUTPUT DUPLEX=YES,
COPIES=10,
FORMS=BKUP,
BFORM=NONE;

LABELS: JDE INCLUDE=SMPL1;
OUTPUT DUPLEX=NO,
GRAPHICS=YES;

Advertising