In our production sysplex we have over 15 lpars in it and to make maintenance easier and faster we share one set of libraries for Sysview . So I am trying to find a way to disable the MQ API feature on the systems that do not have MQ.
When accessing Sysview on NON MQ systems we get the message GSVX998E MQSR048E MQ API module not found in JOBLIB/STEPLIB/TASKLIB or LINKLIST.
Use IF statements so MQ does not start on LPARS that do not have MQ
In SYSVIEW parmlib member CNM4BPRM(SYSVIEW)
)IF FEATURE=SYSNAME
START MQSDATA COLD
)ENDIF