Naming Conventions
The establishment of naming conventions reduces the accumulation of redundant data and improves the overall design of an application. Naming convention standards apply to the components of an application as well as to the database entities accessed by the application. Naming conventions for application entities and database information entities are each discussed separately below.
idmscu
The establishment of naming conventions reduces the accumulation of redundant data and improves the overall design of an application. Naming convention standards apply to the components of an application as well as to the database entities accessed by the application. Naming conventions for application entities and database information entities are each discussed separately below.
Naming conventions make it easier to keep track of application components as they are created and maintained. While mnemonic names can work well for less complex applications, mnemonics are inadequate when handling the large volume of complex applications that typically exist at most sites. Adhering to a naming convention eases the construction of component names, eases the reconstruction of component names if one is forgotten, and eases the use and maintenance of an application.
Sample Naming Conventions
The table below lists the naming convention standards used for the sample application in this manual.
Position
| Value
| Meaning
|
1 | C | CA product |
2-3 | Type of application: | |
EM | Employee information | |
IS | Information system | |
FS | Financial system | |
MS | Manufacturing system | |
SY | System activities | |
4 | Component type: | |
D | Dialog | |
F | Function | |
M | Map | |
P | User-defined program | |
R | Report | |
S | Subschema | |
T | Table | |
U | Menu | |
5 | Component functions: | |
A | Add operation | |
C | Encode/decode (column 4 indicates table) | |
D | Delete operation | |
E | Edit operation (column 4 indicates tables) | |
I | Inquiry operation | |
M | Modify operation | |
U | Update operation | |
6-8 | Component designator | |
xxx | Three characters used as unique | |
identifiers |