Discussion:
how to run shell script in runmqsc mode
(too old to reply)
y***@yahoo.co.in
2008-07-23 13:50:52 UTC
Permalink
hi



i want to run shell script and change the parameters for channel like MCAUSER .....


thx in advance



rahul
y***@yahoo.co.in
2008-07-25 08:10:42 UTC
Permalink
is this possible by using perl script
Phil Willoughby
2008-07-25 08:20:26 UTC
Permalink
Post by y***@yahoo.co.in
i want to run shell script and change the parameters for channel like MCAUSER .....
echo "Put your MQSC commands here" | runmqsc

Regards,

Phil Willoughby
--
Staff Software Engineer - IBM WebSphere MQ for z/OS
Senior Inventor

IBM Certified System Administrator - WebSphere MQ V6.0
IBM Certified Solution Designer - WebSphere MQ V6.0
IBM Certified SOA Solution Designer
e***@yahoo.co.uk
2008-08-01 15:25:37 UTC
Permalink
You can echo in the MQSC command and pipe it through runmqsc



e.g.



echo "alter chl(MYCHANNEL) CHLTYPE(SVRCONN) MCAUSER('mcauser')"|runmqsc MYQUEUEMANAGER
y***@yahoo.co.in
2008-08-11 08:05:10 UTC
Permalink
thx for your help celtic


rahul

Loading...