Using Logical Processing
BSELECT and BDELETE Commands
A29247-X4-X-8-7672
151
4.6.2 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 (re-
fer 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.
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;
Содержание XDL
Страница 1: ...Oc Oc Reference Guide Oc PRISMAproduction Server V3 10 LCDS Module XDL DJDE...
Страница 4: ...A29247 X4 X 8 7672...
Страница 66: ...Summary of VOLUME Command Parameters Input Processing 58 A29247 X4 X 8 7672...
Страница 118: ...Summary of OUTPUT Command Parameters Continuation Print Processing 110 A29247 X4 X 8 7672...
Страница 120: ...Summary of OUTPUT Command Parameters Continuation Print Processing 112 A29247 X4 X 8 7672...
Страница 121: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 113...
Страница 123: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 115...
Страница 125: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 117...
Страница 142: ...Summary of STOCKSET Statement Command Parameters Print Processing 134 A29247 X4 X 8 7672...
Страница 176: ...RSUSPEND and RRESUME Commands Using Logical Processing 168 A29247 X4 X 8 7672...
Страница 240: ...Migrating to HC Highlight Color Support 232 A29247 X4 X 8 7672...