Previous Topic: Alternative Naming ConventionsNext Topic: Use the RULEPREFIX2 Parameter


Use the RULEALTFIX Parameter

The RULEALTFIX parameter lets you use different high-level qualifiers for different groups of rule sets.

To use this alternative naming method, specify a list of alternate highest-level qualifiers using the RULEALTFIX parameter as follows:

var = OPSPRM("SET","RULEPREFIX","SYS1.OPS")
var = OPSPRM("SET","RULEALTFIX","SYS2,SYS3,SYSX")
var = OPSPRM("SET","RULESUFFIX","RULES")

The following rule sets will be used:

SYS1.OPS.*.RULES
SYS2.OPS.*.RULES
SYS3.OPS.*.RULES
SYSX.OPS.*.RULES

Take these facts into consideration: