Home | Previous Page | Next Page   MQ DataBlade Module > MQ DataBlade Functions > MQSendClob() > 3 3 3

Syntax

3

3
Read syntax diagramSkip visual syntax diagram3>>-MQSENDCLOB--(--+-------------------------------------+------->
3                  '-service_name--,--+----------------+-'
3                                     '-policy_name--,-'
3 
3                                  (1)
3>--clob_data--+--------------+--)------------------------------><
3              '-,--correl_id-'
3 
3

3 3

3 3
Notes:
3
    3
  1. See the Usage section for information on argument interpretation.
  2. 3
3
3
service_name
3
Optional parameter. Refers to the value in the servicename column 3of the "informix".mqiservice table. If service_name is 3not specified, IDS.DEFAULT.SERVICE is used as the service. The maximum 3size of service_name is 48 bytes. 3
3
policy_name
3
Optional parameter. Refers to the value in the policyname column 3of the "informix".mqipolicy table. If policy_name is 3not specified, IDS.DEFAULT.POLICY is used as the policy. The maximum 3size of policy_name is 48 bytes. 3
3
clob_data
3
Required parameter. The CLOB data to be sent to WMQ. The maximum 3size of the data is 1MB. 3
3
correl_id
3
Optional parameter. A string containing a correlation identifier 3to be associated with this message. The correl_id is 3often specified in request and reply scenarios to associate requests 3with replies. The maximum size of correl_id is 324 bytes. If not specified, no correlation ID is added to the message. 3
3
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]