gtps4m3b | System Generation |
The SSDEF macro is used to specify the definitions required for multiple database function (MDBF) support.
The SSDEF macro is only to be coded when the MDBF option is selected.
Format
|
Notes:
The total number of subsystems plus the total number of subsystem users must be less than or equal to 128.
Example:
If 5 subsystem users will be resident in the subsystem being defined then only SSUID1 with the 5 names need be supplied.
SSUID1=(nam1,nam2,nam3,nam4,nam5).
If 27 subsystem names are required then SSUID1 and SSUID2 must be supplied.
SSUID1=(nam1,nam2,nam3,......,nm24), SSUID2=(nm25,nm26,nm27)
Attention: Every subsystem user name must be unique within the entire complex of basic subsystem and associated subsystems. In addition none of the user names may be the same as any of the subsystem names (SSNAME parameter below) or any of the application names (APLIC parameter in MSGRTA).
Examples
None.
References