Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run .MQS script created with SAVEQMGR

Status
Not open for further replies.

gertvangaever

Technical User
Apr 3, 2002
37
0
0
BE
I have created a script from a queue manager with SAVEQMGR.
I have made some alterations to run it on another queue manager.
Now I'd like to run it, but how can I do that??

Gert
 
runmqsc QM_NAME < your_script_name.mqs

or

runmqsc QM_NAME < your_script_name.mqs > result.log (to write output to a log file for closer inspection)

Note: the QM_NAME is optional if the Queue Manager is your default QM.



IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top