beautypg.com

Examples – Xerox 96MX User Manual

Page 289

background image

USING LOGICAL PROCESSING

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

7-9

Examples

This section shows two examples of using the CRITERIA command.

Example 1

The following are examples of CRITERIA commands including the
TABLE commands they reference. The identifiers C1 and C2 are
referenced by a logical processing TEST parameter.

T1: TABLE CONSTANT=(’$$//’);
C1: CRITERIA CONSTANT=(4,4,EQ,T1);
T2: TABLE CONSTANT=(’//JOB ’,’//EXEC’);
C2: CRITERIA CONSTANT=(1,6,EQ,T2);

Example 2

T1: TABLE CONSTANT=(’EFGH’);
C1: CRITERIA
CONSTANT=(104,4,NE,T1),LINENUM=(10,6);
RDELETE TEST=(C1);

The LINENUM specification (10,6) means that lines 10 through 15 on
each page are being examined for the RDELETE test. Any line not in
that range is not examined.