Previous Topic: System State Manager ParametersNext Topic: SSMAUDIT Parameter


SSMACTIVEGLOBAL Parameter

The SSMACTIVEGLOBAL parameter sets the SSM global application manager status for the local system and immediately transmits the status to all systems that have an MSF connection to the local system. Every CA OPS/MVS system has its own setting for this parameter. To programmatically retrieve the status of all systems, issue the ADDRESS OPSCTL MSF LIST command.

This setting is intended for use by SSMGA. However, customers who do not use SSMGA can use this setting as a configurable option for their own application that applies coordinated automation procedures to multiple connected systems.

Note: If you are using SSMGA, do not use this parameter. The setting of this parameter is automatically maintained by SSMGA.

Default value

NO

Other possible values
Set or modify this parameter...

Anytime

Example: SSMACTIVEGLOBAL

This function sets the local SSM system as an active global status manager.

In the SSMGA application, the SSMGAGST REXX program would set this parameter to 'YES' when the local SSM system has the highest SSMPRIORITY value of all other MSF connected systems belonging to the same SSMplex:

OPSPRM('SET','SSMACTIVEGLOBAL','YES')