Xerox 721P85530 Printer User Manual


 
CREATING A JOB SOURCE LIBRARY (JSL)
XEROX DOCUPRINT 180 LPS PDL REFERENCE 3-13
Using copy modification entries
Copy modification entries (CMEs) allow you to change report output
on static data and to change fonts within variable data. Sample
CMEs follow:
CME1: CME LINE=(9,-),POS=1,FONT=1;
CME2: CME LINE=3,POS=59,
CONSTANT='FIRST QUARTER’;
Defining paper requirements
There are several ways of specifying paper stock in PDL. One
method is the STOCKSET command, which can be referenced in
lower-level commands. Each formatted page is then associated with
the active STOCKSET command and the active FEED parameter of
the OUTPUT command. If no FEED parameter is specified, the
INIFEED parameter of the STOCKSET command takes effect. Here
is a sample STOCKSET command:
SSML: STOCKSET ASSIGN=('WHITE',CVR),
ASSIGN=('YELLOW',BLL),
ASSIGN=('GREEN',SUM),
INIFEED=CVR,
SYSPAGE=SUM;
The STOCKSET command calls out an INIFEED option and lets it
override an OUTPUT command FEED parameter option.
The FEED parameter of the OUTPUT command can either specify a
stock assigned in the STOCKSET command or bypass this
referencing and specify that a stock be called out in the current
STOCKSET.
Use the OUTPUT command PAPERSIZE and SYSPPR parameters
to specify physical and system paper size and paper stock types. The
OSTK and TRANS parameters allow you to specify the type of stock
a job uses, and the NTO1 parameter enables you to instruct the
printer to print the last page of a report first.