Previous Topic: SSMAUDIT ParameterNext Topic: SSMDEBUG Parameter


SSMAUXTBLPREFIX Parameter

The SSMAUXTBLPREFIX parameter specifies an RDF table name prefix that causes the SSM engine to awaken from a wait state whenever an SQL command external to the SSM subtask 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 use as auxiliary status tables for resources that are not defined on the local system or some similar support function related to SSM.

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: SSMAUXTBLPREFIX

This function assigns an SSM table prefix for SSM auxiliary tables.

OPSPRM('SET','SSMAUXTBLPREFIX','SSM#E')