|
VADELIA |
|
WADELIA |
MADELIA |
|
(I/B) (C/S) |
|
(I/B) (C/S) |
(I) (C/S) |
Section for use
All
Syntax
INSERT_STD_DFL
Description
This instruction is used to define the position of a block of instructions produced automatically when generating the data flow.
When the data flow is generated, the INSERT_STD_DFL instruction is replaced with a block of instructions between the marker instructions BEGIN_STD_DFL and END_STD_DFL.
Example
Before data flow generation:
ALPHA(2) View1 |
: these lines will be retained |
VIEW View1 *SEQ Ent1 |
: as they are after a new |
|
: data flow generation |
* |
|
INSERT_STD_DFL |
|
* |
|
NUM_E(3,0) Field3 |
: these lines will be retained |
NUM_P(4,0) Field4 |
: as they are after a new |
|
: data flow generation |
After data flow generation:
ALPHA(2) View1 |
: these lines will be retained |
VIEW View1 *SEQ Ent1 |
: as they are after a new |
|
: data flow generation |
* |
|
BEGIN_STD_DFL |
|
VIEW View3 *SEQ Ent2 |
: these are produced by the management |
VIEW View4 *KEY Ent3 Field1 |
: rules generated |
END_STD_DFL |
: by the data flow generation |
* |
: |
NUM_E(3,0) Field3 |
: these lines will be retained |
NUM_P(4,0) Field4 |
: as they are after a new |
|
: data flow generation |