Using logical processing
3-30
Using LCDS Print Description Language
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.
The following figure shows a sample of how BSELECT and
BDELETE commands are used.
Figure 3-2. Sample BSELECT and BDELETE command
usage
Example 2
The following example shows a BDELETE command that will
delete from the tape any blocks that contain $$11:
T1: TABLE
CONSTANT=('$$11');
C1: CRITERIA
CONSTANT=(4,4,EQ,T1);
BDELETE
TEST=C1;
Summary of Contents for Docuprint 75
Page 16: ...Table of contents xvi Using LCDS Print Description Language ...
Page 26: ...Introduction xxvi Using LCDS Print Description Language ...
Page 108: ...PDL principles and procedures 1 82 Using LCDS Print Description Language ...
Page 354: ...Specifying print format parameters 4 114 Using LCDS Print Description Language ...
Page 436: ...Using PDL commands for graphics 6 8 Using LCDS Print Description Language ...
Page 452: ...PDL command and DJDE summary A 16 Using LCDS Print Description Language ...
Page 470: ...Character code assignments C 8 Using LCDS Print Description Language ...
Page 478: ...Offline specifications D 8 Using LCDS Print Description Language ...
Page 506: ...INDEX INDEX 12 Using LCDS Print Description Language ...