This program allows you to modify or check the "delete schema" indicator. If this indicator is set, the interface programs work on the tables without schemas (HGXXX). Otherwise, they work on the tables with schemas (GSSOUM.GSXXX).
In particular, this program is used by all interface programs to determine which set of tables are being worked on.
Parameter |
Type |
Description |
SetFlag |
BOOL |
I - if *TRUE, set the indicator, otherwise retrieve its value.
|
RemoveSchema |
BOOL |
I/O - if "SetFlag = *TRUE", set the indicator (input parameter). Otherwise, query the indicator (output parameter).
|