beautypg.com

Xerox 96MX User Manual

Page 322

background image

USING LOGICAL PROCESSING

7-42

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

BEGIN

This parameter specifies the BEGIN options.

Syntax

RSUSPEND BEGIN =

option(s)

Options

Table 7-29 lists the parameter option(s) and definition(s).

TEST

This parameter defines test expressions for the beginning of print
suppression (RSUSPEND).

Syntax

RSUSPEND TEST =

option(s)

Options

Table 7-30 lists the parameter option(s) and definition(s).

Table 7-29.

BEGIN parameter option(s) and definition(s)

Option(s)

Definition(s)

CURRENT

Specifies whether printing stops or resumes on the
current or next record for offline jobs. For
RSUSPEND, if CURRENT is coded, the record
satisfying test-exp does not print.

For RRESUME, if CURRENT is coded, the record is
printed.

NEXT

If NEXT is coded, the record satisfying test-exp is not
printed, and printing begins with the next record.

If NEXT is coded, the record satisfying test-exp is
printed, and printing is suppressed beginning with
the next record.

The default is NEXT.

Table 7-30.

TEST parameter option(s) and definition(s)

Option(s)

Definition(s)

test-exp

The format and syntax of a test-exp are defined in the
“Test expression definition” section. If the test-exp is
satisfied, the record is used to suspend printing.

Defines test expression for the resumption of printing
(RRESUME) following print suppression. If the test-
exp is satisfied, the record is used to resume printing
following print suppression.

There is no default.