ADELIA |
VADELIA |
|
WADELIA |
EADELIA |
(I/B) |
(I/B) (C/S) |
|
(I/B) (C/S) |
(I) (C/S) |
Warning: This instruction cannot be used with the Adelia Development module.
Section for use
All
Syntax
INSERT_STD_B
Description
The INSERT_STD_B instruction is used to define the position of a block of instructions automatically created by Level 2 generation for the management rules:
In Level 2, the INSERT_STD_B instruction is replaced with a block of instructions within the BEGIN_STD_B and END_STD instructions.
Warning: Only management rules of BP class are inserted for VADELIA programs.
Example
Before Level 2 generation (e.g. from a program template):
DSI DATE00 DATE,1 DAY,1 MONTH,3 YEAR,5 |
: lines saved |
* |
: " |
PROCESS 01 |
: " |
TRANSACTION 01 |
: " |
INSERT_STD_B |
: |
* |
: |
VERIFY 01 |
: these lines will be retained as |
VALIDATE 01 |
: they are, even after a new |
* |
: Level 2 generation |
After Level 2 generation:
DSI 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 |
: |
* |
: |
VERIFY 01 |
: these lines will be retained as |
VALIDATE 01 |
: they are, even after a new |
* |
: Level 2 generation |