|
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) (C/S) |
(B) (S) |
(I/B) (C/S) |
(B) (C/S) |
Section for use
DECLARATION
Syntax
TEMP_TABLE TableName *REF_LDM(EntityName)
Description
This instruction declares a temporary table called TableName for which the definition is given by a reference to an entity of the LDM.
Note: The lifetime of a temporary table is linked to the process. So, for a given TableName name, there can only be one definition for a given process.
Example
TEMP_TABLE ORD_TMP *REF_LDM(ORDER)