gtps4m3bSystem Generation

SSDEF

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:

  1. All the following parameters are used by the offline FACE table generator as well as by SIP stage I processing.

TOTSS=n
This parameter defines the total number of subsystems that will be supported during the life of the system. This parameter is only valid when BSSGEN=YES is coded and must be supplied. The valid range of numbers that can be supplied are 1 to 64.
Note:
Coding this parameter incorrectly may cause insufficient storage allocation for the Dump Label Table (DLTEC).

TOTSSU=n
This parameter defines the maximum number of subsystem users specified for any subsystem in the complex. This parameter must be supplied and is only valid when BSSGEN=YES is coded. The valid range of numbers that can be supplied is 1 to 126 users. This parameter is used for defining storage for the data reduction program, and the generation of the Dump Label Table (DLTEC).
Note:
Coding this parameter incorrectly may cause insufficient storage allocation for the Dump Label Table (DLTEC).

The total number of subsystems plus the total number of subsystem users must be less than or equal to 128.

BSSGEN=YES|NO
This parameter defines if this SIP stage I run is for the basic subsystem generation.
Note:
If this parameter is coded as or defaulted to YES, SSNAME must be coded as or defaulted to BSS.

SSUID1-4=ssuid group 1-4
Defines the 1 to 4 character alphanumeric name(s) associated with each subsystem user that will be resident in the subsystem named by the SSNAME parameter. SSUID1-SSUID4 can accept up to 24 four-character subsystem user names for a maximum total of 94 subsystem users per subsystem.

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).

SSNAME=BSS|name
A 1 to 4 character alphanumeric field defining the subsystem name. When generating the basic subsystem in a MDBF environment (BSSGEN=YES), this parameter must be coded as or defaulted to BSS. SSNAME must be coded when generating a nonbasic subsystem in a MDBF environment. The first character must be alphabetic (A-Z).

Examples

None.

References

None.