There is a need to limit the rulesets seen by OPS/MVS on a particular LPAR at the ruleset level.
Is there a way to limit the ruleset whereas the first few characters of the ruleset match a mask?
Release : 14.0
There are some ways to accomplish this goal.
One possible solution is to use the RULEPREFIX2 parameter specific to each environment.
For example, in one of the LPARS you could have:
T = OPSPRM_Set("RULEPREFIX","PROD.OPS")
T = OPSPRM_Set("RULEPREFIX2","PROD.OPS.SYSA")
On the other LPAR:
T = OPSPRM_Set("RULEPREFIX","PROD.OPS")
T = OPSPRM_Set("RULEPREFIX2","PROD.OPS.SYSB")