Xerox 721P85530 用户手册

下载
页码 488
USING LOGICAL PROCESSING
7-28
XEROX DOCUPRINT 180 LPS PDL REFERENCE
Example
Following is an example of using the ROFFSET command.
A file has multiple reports without any delimiters separating the 
reports (as illustrated below). Each page of the report has a page 
number as part of the heading. Each report causes renumbering of 
the pages starting with Page...1. With the ROFFSET command 
coded below, an offset occurs for all passes of the reports.
T1: TABLE CONSTANT=(’PAGE...1’);
C1: CRITERIA CONSTANT=(105,8,EQ,T1);
    ROFFSET TEST=C1, PASSES=ALL
Figure 7-5 shows a sample ROFFSET command usage.
Figure 7-5.
Sample ROFFSET command usage