Loads panel domains (normally during the initialization of an application). You must perform the LOAD PDOMAIN function before you can use the NAVIGATE PDOMAIN function.
This statement has the following format:
&CONTROL NOSHRVARS
-EXEC $CACALL OPT=ACTION
ACTION=LOAD
CLASS=PDOMAIN
NAME='APPL=application id
[TYPE={PUBLIC | PRIVATE}]
[USER=userid]
[NAME=domain name]'
A required parameter giving the identifier of the application.
An optional parameter giving the type of panel domain. Valid values are as follows:
Public domainavailable for general use.
Private domainowned by a specific user ID.
An optional parameter (if TYPE is not PUBLIC) giving the user ID of the user owning the panel domains.
An optional parameter giving the name of the panel domain.
Note: The LOAD PDOMAIN function loads all panel domains matching the supplied operands.