![Xerox 721P85530 Description Download Page 301](http://html1.mh-extra.com/html/xerox/721p85530/721p85530_description_3644999301.webp)
USING LOGICAL PROCESSING
XEROX DOCUPRINT 180 LPS PDL REFERENCE
7-19
Examples
This section shows examples of using the BSELECT and BDELETE
commands.
Example 1
The following commands illustrate the use of BSELECT to process
interspersed reports (refer to the following figure) on a block basis.
T1: TABLE CONSTANT=(’P’);
C1: CRITERIA CONSTANT=(0,1,EQ,T1);
BSELECT TEST=(C1);
The contents of the first byte of each tape block (offset=0, length=1)
is examined for the character constant ’P’. When a ’P’ is detected, the
entire block is selected (BSELECT) for printing. When the first byte
of any block does not contain a ’P’, that block is bypassed and not
printed. In this example, only block 1 is printed.
Figure 7-2 shows a sample of how BSELECT and BDELETE
commands are used.
Figure 7-2.
Sample BSELET and BDELETE command usage
Example 2
The BDELETE command to delete the blocks on the tape that have
$$11 is shown below:
T1: TABLE CONSTANT=(’$$11’);
C1: CRITERIA CONSTANT=(4,4,EQ,T1);
BDELETE TEST=C1;
Summary of Contents for 721P85530
Page 4: ...iv XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 26: ...xxvi XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 38: ...OVERVIEW 1 12 XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 156: ...SPECIFYING INPUT PARAMETERS 4 68 XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 166: ...DEFINING CLUSTERS 5 10 XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 175: ...PRINT FORMAT COMMANDS XEROX DOCUPRINT 180 LPS PDL REFERENCE 6 9 Figure 6 1 Sample marker page...
Page 430: ...PDL COMMAND QUICK REFERENCE B 8 XEROX DOCUPRINT 180 LPS PDL REFERENCE...
Page 488: ...INDEX INDEX 10 XEROX DOCUPRINT 180 LPS PDL REFERENCE...