Previous Topic: Step 2: Deactivate SSM Processing

Next Topic: Step 4: Set the Parameters

Step 3: Update the SSM Global Event Facility

SSMGA uses the SSM global event facility activated in Step 1 to maintain a copy of all local resource status information in the LST. In this step, you update the SSM global events action table specified by parameter SSMGLOBALEXITTBL.

The BEGIN, UPDATE, ADD, and DELETE global events in the global events action table must have actions that invoke the SSMGALCL request rule. The action text for each event name should be as follows. If the global event facility is already in use, then add the action text to the end of the existing action text separated by a semicolon.

ADD     …   RULE("SSMGALCL &SSM!PROCESS &SSM!RESNAME")
BEGIN   …   RULE("SSMGALCL &SSM!PROCESS IPL(&SSM!IPL)")
DELETE  …   RULE("SSMGALCL &SSM!PROCESS &SSM!RESNAME")
UPDATE  …   RULE("SSMGALCL &SSM!PROCESS &SSM!RESNAME
            COLUMN(&SSM!COLUMN) USERDATA(&SSM!USERDATA)")

Note: (…) represents empty key values in the action table.

The following list describes the global events: