Previous Topic: SSMSUBPREFIX ParameterNext Topic: SSMVERSION Parameter


SSMSUBRULE Parameter

The SSMSUBRULE parameter specifies the name of an enabled AOF request rule that will be executed by the SSM subtask manager whenever the subtask manager is awakened by an external SQL change to an RDF table whose table name begins with the SSMSUBPREFIX value, an explicit OPSSMTBL POST(SSMSUB) command, or changes in SSMPLEXNAME, SSMGLOBALACTIVE, or SSMPRIORITY values in any MSF connection. This parameter also controls the starting and stopping of the SSM subtask manager task. The default value of 'NONE' prevents the start of or causes the termination of the SSM subtask manager. Any other value activates the SSM subtask manager task.

Default value

NONE

Other possible values

Any valid 1-8 character AOF request rule name

Set or modify this parameter...

Anytime

Example: SSMSUBRULE

This function starts the SSM subtask manager if not already active and instruct the subtask manager to invoke the AOF request rule SSMSUB each time a wake-up event occurs:

OPSPRM('SET','SSMSUBRULE','SSMSUB')