MQFREE

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

Syntax

CALL MQFREE(handle);

Required Argument

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);