MSMQ Call Routines |
Syntax | |
Arguments | |
Example |
Syntax |
CALL MSMQFREE(handle); |
Numeric, input
Specifies a SAS internal handle that is obtained from a previous CALL routine. The following CALL routines return handles that can be used as input to this routine (the type of handle is also shown after the CALL routine name):
MSMQCREATEQUEUE - qid (format name representation)
MSMQPATHTOFORMAT - qid
MSMQINSTTOFORMAT - qid
MSMQHNDLTOFORMAT - qid
MSMQMAP - hMap
MSMQSETPARMS - hData
Example |
This example frees a handle and its resources.
CALL MSMQFREE(Handle);
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.