I have a task where I have to define a queue manager, local queues, and channels not using the Websphere MQ PANEL. Appreciate if someone could provide me with JCL samples to create a queue manager and queues.
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
You can run a PGM=CSQUTIL batch job with the proper control DEFINE statements. Check the MQ manuals for samples.
To make it easy for you, run a CSQUTIL with the MAKEDEF option to write 80 byte card images of your current QMGR, channels and queues and turn them into DEFINE cards.