ADELIA |
VADELIA |
|
WADELIA |
MADELIA |
(I) |
(I/B) (C/S) |
|
(I/B) (C/S) |
(I) (C/S) |
Warning: In the case of ADELIA programs, this instruction is only compatible with the Adelia/400 RPG generator.
Section for use
All
Syntax
END_STD_DFL
Description
This marks the end of the paragraph in which any instructions that are stored will not be retained when the data flow is generated. Any instructions placed outside the limit instructions BEGIN_STD_DFL and END_STD_DFL are retained when the data flow is generated.
Note: With ADELIA programs, this instruction is only used when the data flow is generated in SQL mode.
Example
Adelia context:
**********************
INITIALIZATION 01
**********************
INSERT_STD_B
*
BEGIN_STD_DFL
*
CHAIN_SQL CHEAD_ORDER *COND(CORDER_KEY = :ZCORDER_KEY)
*
INSERT_STD HEAD_ORDER
*
INSERT_STD
*
CLEAR 1
MANAGE_SFL_SQL 1 HEAD_ORDER *COND(CORDER_KEY = :ZCORDER_KEY)
*SORT(CORDER_KEY)
*
INSERT_STD HEAD_ORDER
*
INSERT_STD
*
UPD_SFL
END_MANAGE_SFL
END_STD_DFL
*
INSERT_STD_E
Visual Adelia context:
ALPHA(2) V1 |
: these lines will be retained |
VIEW View1 *SEQ Ent1 |
: as they are, even after a new |
|
: data flow generation |
* |
: |
BEGIN_STD_DFL |
: these lines will be deleted and |
VIEW View2 *SEQ Ent2 |
: replaced if the data flow |
VIEW View3 *KEY Ent3 Field1 |
: is regenerated |
END_STD_DFL |
: |
* |
: |
NUM_E(3,0) Field3 |
: these lines will be retained |
NUM_P(4,0) Field4 |
: as they are, even after a new |
|
: data flow generation |