Xerox FreeFlow Printer User Manual


 
Using logical processing
3-56 Using LCDS Print Description Language
RSTACK DELIMITER
Specifies whether or not RSTACK records are treated as data
records.
Syntax RSTACK DELIMITER = {YES | NO}
Options
Default NO
Point to note:
RSTACK
DELIMITER
parameter
You can use DELIMITER = NO to detect a record that is uniquely
recognizable as the first record of each report and have the
record treated as a report boundary. Two common examples of
this usage are:
A page heading print record that has page numbers on it
such as “Page 00001” (using Constant mode criteria)
A page heading record that has a report number on it such as
“Report 00001” (using Change mode Criteria).
RSTACK HRPTNA
Specifies that a subfield of the first record will be displayed on
the Job Manager window on the user interface.
If DELIMITER = YES is also coded, the subfield is from the first
delimiter record of the report. For DELIMITER = NO, the subfield
is from the first record, even if that record does not satisfy the
RSTACK test.
Syntax RSTACK HRPTNA = {(offset, length) | NONE}
Table 3-41. RSTACK DELIMITER parameter options and definitions
Option Definition
YES Specifies that all consecutive records that satisfy the TEST criteria are treated
as a delimiter packet and not as data records.
NO Specifies that this single record separates one report from another and is
treated as a data record.