Previous Topic: SSMAUXTBLPREFIX ParameterNext Topic: SSMGLOBALEXITTBL Parameter


SSMDEBUG Parameter

The SSMDEBUG parameter causes the SSM engine to produce additional diagnostic messages for problem determination. Use this parameter only under the direction of CA Customer Support. Changes to this parameter take effect immediately.

Default value

NO

Other possible values
Set or modify this parameter...

Anytime

Example: SSMDEBUG

This function activates additional diagnostic message generation for all SSM resource processing:

OPSPRM('SET','SSMDEBUG','YES')

SSMGARESTXTUPDT Parameter

The optional SSMREXSTXTUPDT parameter controls the updating of the RESOURCE_TEXT column. Set the SSMRESTXTUPDT parameter to NO to prevent the updating of the resource text in the local table by SSM resource updates. Keep the SSMRESTXTUPDT parameter set to Yes to keep the RESOURCE_TEXT column synchronized across all inactive copies of the resource. The active copy will not be propagated to unsynchronized copies.

Default value

YES

Other possible values

NO

Set or modify this parameter...

Anytime

Example: SSMGARESTXTUPDT

This function disables SSM in order to prevent SSM resource updates making changes in the RESOURCE_TEXT column in the local table:

OPSPRM('SET','SSMRESTXTUPD','NO')