
PRINT FORMAT COMMANDS
6-96 XEROX DOCUPRINT 180 LPS PDL REFERENCE
Examples
This section shows examples of using the OUT PUT command.
Example 1
OUTPUT
GRAPHICS=MOVE,UNITS=150,CYCLEFORMS=NONE,FORMAT=PDE
1,RESOLUTION=300;
Example 2
OUTPUT COPIES=3,DUPLEX=YES,SHIFT=YES,OFFSET=FIRST,
NUMBER=(1,66,132),COVER=(FRONT,SEP),FORMS=GBAR;
Pages printed with this OUTPUT command are in duplex mode with
a margin shift of 75 dots. Three copies of the report are made, the
first of which is offset; the second and third copies are stacked on top
of the first. Each page is numbered at the end of line 66. The form
GBAR appears on each data page of the report.
Example 3
The commands in figure 6-6 illustrate use of the offsetting features of
the OUTPUT command. The parameter ALL offsets all copies of all
reports; FIRST offsets just the first copy of each report an d NONE
inhibits offsetting.
Figure 6-6. Output comma nd o ffse tting features
Example 4
OUTPUT CYCLEFORMS=(FORM1,NONE,FORM3);
or
OUTPUT CYCLEFORMS=(FORM1,,FORM3);
If there are ten pages in the report, either of the above commands
would cause FORM1 to be applied to pages 1, 4, 7, and 10; no forms
to be applied to pages 2, 5, and 8; and FORM3 t o be applied to pages
3, 6, and 9.
OUTPUT COPIES = 2, OUTPUT COPIES = 2, OUTPUT COPIES = 2,
OFFSET = ALL; OFFSET = FIRST; OFFSET = NONE;
COPY 2 REPORT 2
COPY 1 REPORT 2
COPY 2 REPORT 1
COPY 1 REPORT 1
COPY 2 REPORT 2
COPY 1 REPORT 2
COPY 2 REPORT 1
COPY 1 REPORT 1
COPY 2 REPORT 2
COPY 1 REPORT 2
COPY 2 REPORT 1
COPY 1 REPORT 1