![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
CALL @MOMSETOPT(description)
The symbolic name used for an option setting in the MOM manager documentation.
• 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').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.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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |