The following is a list of the Application Driving Tables required for an application together with a brief description of the content of each of these tables. These tables are stored in the Application Driving Tables Library.
The table names listed in Table 177 include a four-character application identifier, indicated by XXXX, which is unique for each application. For example, for a payroll application you, may wish to use an identifier of PAYR. In that case, your Application Driving Tables will be called PAYRMENU, PAYRPFKS, PAYRCMDS, and so on.
|
Application Driving Table Name |
Description |
|---|---|
|
XXXXMENU |
Contains customized menu entries for the application. This controls the flow of your application. |
|
XXXXPFKS |
Contains customized PF Key assignments for the application. |
|
XXXXCMDS |
Contains the command translation information for the application. This enables you to define aliases for commands. |
|
XXXXDESC |
Contains screen descriptions for the application. This lets you modify some textual lines on the screens. |
|
XXXXMSGS |
Contains customized messages for the application. |
|
XXXXHELP |
Contains customized help for the application. |
|
XXXXLIBR |
Contains the DSN to DDNAME translation for the application. |
Each application, when started up, will pick up the names of its controlling tables from the Application Control Table. Once started up, the application is guided by those tables.