Assigning Names
Names in an application can be assigned in the following manner:
idmscu19-19-full-release
Names in an application can be assigned in the following manner:
- Dialogs, maps, tables, programs, and reports can use the conventions in the previous table, as follows:Dialog: CEMDILIS Map: CEMMILIS Code table: CEMTCLIS Edit table: CEMTELIS Menu: CEMUILIS User program: CEMPILIS Report: CEMRILIS
- Dialog premap and response process names can be the concatenation of the dialog name and the suffix -PREMAP or -RESPONSE, as in the following examples:CEMDILIS-PREMAP CEMDILIS-RESPONSEIf there are multiple response processes, the suffixes can be structured to reflect the function of each response process, as follows:CEMDILIS-ADDRESP CEMDILIS-DELRESP
- Names for subroutines included in the premap and response processes can be made up of a meaningful name of up to six characters with a 2-digit suffix, as follows:PASSDT05 MESSGE97 DBERR99
The numeric suffixes can be assigned and incremented as the subroutines appear in the dialog. This numbering convention makes it easier to locate a subroutine in the dialog listing. For example, MESSGE97 is located near the end of the listing while PASSDT05 is located near the beginning.