|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
a simple question for single quote |
« View previous topic :: View next topic » |
Author |
Message
|
peterw686 |
Posted: Wed May 26, 2004 12:35 pm Post subject: a simple question for single quote |
|
|
Acolyte
Joined: 26 Sep 2002 Posts: 73
|
Hi All,
I saw some place the definition of the cluster channel using single quote on cluster name and channel name, someplace not. Does that matter?
for example, for two deinitions below, are they identical?
DEFINE CHANNEL('CH01') CHLTYPE(CLUSSDR) TRPTYPE(TCP) CONNAME('124.23.24.45(1414)') CLUSTER('CLUSTER1') DESCR('Cluster-sender channel')
DEFINE CHANNEL(CH01) CHLTYPE(CLUSSDR) TRPTYPE(TCP) CONNAME('124.23.24.45(1414)') CLUSTER(CLUSTER1) DESCR('Cluster-sender channel') |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed May 26, 2004 2:01 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
If you want the object name to be lower case, or mIxEd CaSe, you need to type it as such, and then enclose it with single quotes, so runmqsc does not automatically fold it to all UPPERCASE, which it will do if you omit the ' '.
If you type in the name in all UPPERCASE anyway, then it makes no diff if you have the ' ' or not. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
peterw686 |
Posted: Thu May 27, 2004 5:27 am Post subject: |
|
|
Acolyte
Joined: 26 Sep 2002 Posts: 73
|
Thank you very much, Peter. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|