Previous Topic: SSMPRIORITY ParameterNext Topic: SSMSUBRULE Parameter


SSMSUBPREFIX Parameter

The SSMSUBPREFIX parameter specifies an RDF table name prefix that causes the SSM subtask manager to awaken from a wait state whenever an SQL command that did not originate from the local SSM subtask or SSM main task makes a change to any RDF table whose table name begins with the specified prefix. Table names that begin with this prefix should be reserved for exclusive use by the SSM subtask manager.

Default value

Blank

Other possible values

A 1- to 6-character prefix that complies with the RDF table naming restrictions (A-Z, 0-9, @, #, $, and _, where the first character is any letter from A-Z)

Set or modify this parameter...

Anytime

Example: SSMSUBPREFIX

This function assigns an SSM table prefix for SSM subtask manager tables:

OPSPRM('SET','SSMSUBPREFIX','SSMSU_')