beautypg.com

Example – Xerox 96MX User Manual

Page 305

background image

USING LOGICAL PROCESSING

XEROX DOCUPRINT 96/DOCUPRINT 96MX LPS PDL REFERENCE

7-25

Example

The following commands illustrate the use of RDELETE to process
interspersed reports on a record basis (refer to figure 7-4).

T1: TABLE CONSTANT=(’EFGH’);
C1: CRITERIA CONSTANT=(104,4,EQ,T1);
RDELETE TEST=C1;

If the contents of a deletion control field located 104 bytes from the
start of the user portion of the record are equal to the constant
’EFGH’, the record is not printed. In the following example, records 2
and 6 would not be printed.

Figure 7-4.

Sample RDELETE command usage