USING LOGICAL PROCESSINGXEROX DOCUPRINT 180 LPS PDL REFERENCE 7-25ExampleThe following commands illustrate the use of RDELETE to processinterspersed 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 thestart of the user portion of the record are equal to the constant’EFGH’, the record is not printed. In the following example, records 2and 6 would not be printed.Figure 7-4. Sample RDELETE command usage