Closing objects using the MQCLOSE call

To close an object, use the MQCLOSE call. If the object is a queue, note the following:

Closure is unrelated to syncpoint, so you can close queues before or after syncpoint.

As input to the MQCLOSE call, you must supply:

The output from MQCLOSE is:

Descriptions of the parameters of the MQCLOSE call are given in the WebSphere MQ Application Programming Reference.