Previous Page | Next Page

WebSphere MQ Call Routines

MQFREE



Frees a Base SAS internal handle, thereby releasing its resources.
Syntax
Arguments
Example

Syntax

CALL MQFREE(handle);

Arguments

handle

Numeric, input

Specifies the Base SAS internal handle that is obtained from one of the following previous function calls:

  • MQPMO (hpmo)

  • MQGMO (hgmo)

  • MQOD (hod)

  • MQMD (hmd)

  • MQMAP (hMap)

  • MQRMH (hrmh)

  • MQSETPARMS (hData)


Example

This example frees the resources that are allocated by a handle.

CALL MQFREE(handle);

Previous Page | Next Page | Top of Page