Example 1: 3
3EXECUTE FUNCTION MQSend('Testing 123')
3This example sends the message to the WMQ with the following 3parameters: 3
3Example 2: 3
3begin; 3EXECUTE FUNCTION MQSend('MYSERVICE','Testing 901'); 3commit;3
This example sends the message to the WMQ with the following 3parameters: 3
3Example 3: 3
3begin; 3EXECUTE FUNCTION MQSend('MYSERVICE','MYPOLICY','Testing 345'); 3commit;3
This example sends the message to the WMQ with the following 3parameters: 3
3Example 4: 3
3begin; 3EXECUTE FUNCTION MQSend('MYSERVICE','MYPOLICY','Testing 678','TEST3'); 3commit;3
This example sends the message to the WMQ with the following 3parameters: 3
3