Getting GSVX998E (MQSDATA) MQSR199E WebSphere MQ interface modules have not been loaded. What do I need to do to resolve this.
First check that the API-LOAD-LIBRARY setting in the MQSERIES parmlib member specifies the correct library name for the MQ API.
If your <mqhlq>.SCSQLOAD is in your LINKLIST concatenation, then you will
need to code the following in your MQSERIES SYSVIEW parmlib member:
API-LOAD-LIBRARY LINKLIST
If it is not in the linklist specify the correct MQ load library.
Ensure that there is a logical end of file in this member by using )EOF at the bottom of the member.
After making the necessary changes cycle SYSVIEW with a COLD start.