Loads the tables for an application (normally during system initialization). You must perform the LOAD TABLE function before you can the tables to validate data.
This statement has the following format:
&CONTROL NOSHRVARS
-EXEC $CACALL OPT=ACTION
ACTION=LOAD
CLASS=TABLE
NAME='APPL=application id
[FIELD=fieldName]'
[PARMS='RELOAD={YES | NO}']
A required parameter giving the identifier of the application.
An optional parameter giving the name of the table if only one table is to be loaded. If omitted, all tables for the specified application are loaded.
An optional parameter specifying whether the tables for the application are to be reloaded if previously loaded. The default is NO.