MQDISC - Disconnect queue manager
The MQDISC call breaks the connection between the
queue manager and the application program, and is the inverse of the MQCONN or MQCONNX call.
- On z/OS, CICS applications do not need to issue this call to disconnect
from the queue manager, but might need to issue it to end the use of a connection
tag.
- On i5/OS, applications running in compatibility mode do not need
to issue this call. See MQCONN - Connect queue manager for more information.