ADELIA |
VADELIA |
SADELIA |
WADELIA |
MADELIA |
(I/B) |
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(I) (C/S) |
Section for use
All
Syntax
BEGIN_STD_B
Description
Used in a similar way to BEGIN_STD. This instruction indicates the beginning of a group of instructions located at the beginning of a section and which are not retained during Level 2 generation.
All instructions placed outside BEGIN_STD (BEGIN_STD, BEGIN_STD_B or BEGIN_STD_E) and END_STD type instructions are retained during Level 2 generation.
Example
DS DATE00 DATE,1 DAY,1 MONTH,3 YEAR,5 |
: lines saved |
* |
: " |
PROCESS 01 |
: " |
TRANSACTION 01 |
: " |
BEGIN_STD_B |
: |
IF *F03 |
: these lines will be deleted |
RETURN_CODE = 'END' |
: and replaced when a new |
TERMINATE |
: Level 2 generation |
END |
: is requested |
END_STD |
: |
* |
: these lines will be retained as |
VERIFY 01 |
: they are, |
VALIDATE 01 |
: even after a new |
* |
: Level 2 generation |