Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : @MOMSETOPT

@MOMSETOPT
Sets a MOM option to a specified value. (C)
Invocation
CALL @MOMSETOPT(description)
 
Usage Notes
This is a short way of setting a single value into the @MQSMAP.OPTIONS field, that is, a short form of @MQSMAP.OPTIONS = @MOMOPTION('description').
To set multiple values, use the @MOMOPTION tool; for example, @MQSMAP.OPTIONS = @MOMOPTION('desc1') + @MOMOPTION('desc2').
Example
Refer to the example in the section on the Service Gateway for WMQ in TIBCO Object Service Broker for z/OS External Environments or TIBCO Object Service Broker for Open Systems External Environments.
See Also
TIBCO Object Service Broker for z/OS External Environments or TIBCO Object Service Broker for Open Systems External Environments for additional information on using the MOM tools and the Service Gateway for WMQ.
Related tools: @MOMINIT, @MOMCONNECT, @MOMOPEN, @MOMPUT, @MOMGET, @MOMCOMMIT, @MOMROLLBACK, @MOMSPECIALCMD, @MOMOPTION, @MOMMAPLENGTH, @MOMVALIDRC, @MOMCLOSE, @MOMDISCONN, @MQSMAP and @MQSMAP_PORT.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved