Xerox 96MX User Manual
Page 363
SPECIFYING DYNAMIC JOB DESCRIPTOR ENTRIES (DJDES)
XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE
8-35
FORMS
This parameter specifies the form to be merged on the printed pages.
It takes effect on the next page boundary. The form specified is
invoked beginning with the first page of the specified starting copy
number. Multiple FORMS parameters may be used to associate
different forms with different copy plies.
Syntax
FORMS =
option(s)
Options
Table 8-29 lists the parameter option(s) and definition(s).
Example
FORMS=(FORM3, 3, 2), END;
Points to note
Note the following when using the FORMAT and FORMS
commands:
•
Since there is ambiguity between the FORMAT and FORMS
parameters, if either is abbreviated to the first three letters, the
parameter defaults to FORMAT.
•
Paper size can only be changed in a job stream by using a JDE
to call out the desired paper size, that is, through the
PAPERSIZE parameter of the OUTPUT command. It is
important to change the image size when the paper size is
smaller than the current image so that all data is printed on the
page.
Table 8-29.
FORMS parameter option(s) and definition(s)
Option(s)
Definition(s)
(
form-id
form-id[,init[,copies]])
This option has the following components:
•
form-id
Specifies a file name which exists on disk. This file is
created by compiling an FSL source file with the FDL
system task. form-id may be the keyword NONE, which
means that no form is to be added to the associated
report page of variable data.
•
init
Specifies the beginning ply number to which a specified
form applies. This defaults to the first or next copy.
•
copies
Specifies the number of plies (passes) to which a
specified form applies.
NONE