Each file setting parameter is comprise of one of the following nomenclatures.
-
XXX_YY_DDDDD=ZZZ
-
XXX_YY_NN_DDDDD=ZZZ
Where
-
XXX is the INI file section ID, such as GRL, IMP, REP, SQL, and ASA.
-
YY is the type of setting where VL denotes a value or list of values, and OP denotes an on/off switch and is set either to Yes or No.
-
NN is an optional INI file group ID used to tie multiple individual settings together to form a settings group. This is similar to a database table where XXX is table name, NN represents the unique table row and DDDDD represents the unique table column name.
-
DDDDD is the parameter name, which may be more or less than five characters.
-
ZZZ is the parameter setting, which can be completed by the individual configuring the project and can be more or less than three characters. Only ZZZ values should ever be changed in the file, though additional NN settings groups may also be added as appropriate.