WebSphere MQ Call Routines |
Syntax | |
Arguments | |
Example |
Syntax |
CALL MQFREE(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);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.