SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData.queueName[1] = 'QUEUE1';
SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData.queueName[2] = 'QUEUE2';
Change this to -
SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData[1].queueName = 'QUEUE1';
SET OutputLocalEnvironment.Destination.MQDestinationList.DestinationData[2].queueName = 'QUEUE1';
yeah thats right ........ but i took the code from the sample in the help !!!
thanks for the help
--madi
There's a "Feedback" button at the bottom of almost every page in the online InfoCenter. You can click it and send feedback to the tech writers if you find things that are wrong.
Your local copy of the Help doesn't have this, and may not be updated as often as the InfoCenter. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum