Page 1 of 1

Batch job to execute the MQ commands

PostPosted: Tue Mar 30, 2010 4:28 pm
by adurthisridhar
Hi,

I would like to execute the MQ commands like DEFINE,ALTER,DELETE and DISPLAY the MQ objects from a mainframe batch job. Could any one please explain me how to write a batch job for the above requirment.

Thanks in anticipation.

Sridhar A

Re: Batch job to execute the MQ commands

PostPosted: Tue Mar 30, 2010 7:02 pm
by Bill Dennis
The supplied CSQUTIL pgm is used for this. Check the manuals for samples.

Re: Batch job to execute the MQ commands

PostPosted: Tue Apr 06, 2010 1:14 am
by Frnd
You can write a JCL to call a file which would have the normal MQSC commands and submit the same