Author |
Message
|
tleichen |
Posted: Sun Feb 07, 2010 5:09 pm Post subject: CSQUTIL |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
On distributed platforms using runmqsc, you can type "runmqsc -v " to do a syntax check only and not actually execute the commands. Is there such a capability on z/OS with CSQUTIL? _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
bob_buxton |
Posted: Mon Feb 08, 2010 1:52 am Post subject: |
|
|
 Master
Joined: 23 Aug 2001 Posts: 266 Location: England
|
Not that I am aware of _________________ Bob Buxton
Ex-Websphere MQ Development |
|
Back to top |
|
 |
Vitor |
Posted: Mon Feb 08, 2010 5:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
We z/OS people never speel script wrong.....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Feb 08, 2010 6:45 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
z/OS people change scripts in a TEST environment, then percolate from test to QA, to PROD. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
gbaddeley |
Posted: Mon Feb 08, 2010 3:00 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
afaik, there is no way to syntax check mqsc commands in CSQUTIL without actually running them. Unless you were using z/OS specific commands and attributes, you could ship them over to a Windows or Unix system and use runmqsc -v. _________________ Glenn |
|
Back to top |
|
 |
tleichen |
Posted: Sun Feb 14, 2010 10:36 am Post subject: |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
gbaddeley wrote: |
afaik, there is no way to syntax check mqsc commands in CSQUTIL without actually running them. Unless you were using z/OS specific commands and attributes, you could ship them over to a Windows or Unix system and use runmqsc -v. |
Yes, but then there's the problem of inconsistency between MQSeries syntax on these platforms.
http://www.mqseries.net/phpBB2/viewtopic.php?t=52479 _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Feb 14, 2010 10:46 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Moved to Mainframe forum. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Feb 14, 2010 4:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Use syntax that is accepted on all platforms. Works for me.  _________________ Glenn |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 15, 2010 4:10 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
gbaddeley wrote: |
Use syntax that is accepted on all platforms. Works for me.  |
The inconsistancy is that valid syntax on zOS is not valid syntax on distributed. It is not that valid syntax on distributed is NOT valid syntax on zed.
So if runmqsc -v on Windows says it's fine, it should run on all platforms that have the same level or later of MQ. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Feb 15, 2010 8:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I'd add a few specific zOS characteristics in there.
For instance the def ql will have the pageset on zOS. You won't see that in distributed.... and generally you don't want a default page set. One way to circumvent that is to define the ql with LIKE(qx) referring to an existing queue in the target pageset...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|