|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Multiple INITQ names in (CICS) INITPARM |
« View previous topic :: View next topic » |
Author |
Message
|
MQ_believer |
Posted: Tue Dec 19, 2006 1:11 pm Post subject: Multiple INITQ names in (CICS) INITPARM |
|
|
Newbie
Joined: 19 Dec 2006 Posts: 2 Location: Toronto, Canada
|
Hello folks.
Does anyone know the syntax for the following? I get one kick at the can each week so I would like to get it right first time. I have looked through a number of manuals but haven't found the answer. From a purely CICS perspective, it is possible to provide multiple INITPARM inputs. But how will MQ treat it?
Is it as simple as using another of the following with the IQ=Different?
INITPARM=(CSQCPARM='SN=MQT1,TN=001,IQ=CICSABC.INITQ') |
|
Back to top |
|
 |
cicsprog |
Posted: Tue Dec 19, 2006 2:55 pm Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
If you want to start a SECOND instance of CKTI that points to a different INTITq, you'll have to do that programatically (PLTPI for example) or via sequential terminal like this:
//CARDIN DD *,DCB=BLKSIZE=80
CKQC STARTCKTI initq2\
/*
I'm not aware that you can start mutiple CKTI's via INITPARM. I don't see any doc or IBMLINK questions that reference that ability. I'd use the sequential terminal. |
|
Back to top |
|
 |
MQ_believer |
Posted: Tue Dec 19, 2006 6:13 pm Post subject: |
|
|
Newbie
Joined: 19 Dec 2006 Posts: 2 Location: Toronto, Canada
|
I am not quite sure of the etiquette at this site. But I would like to thank you for your help. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 19, 2006 9:03 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
MQ_believer wrote: |
I am not quite sure of the etiquette at this site. But I would like to thank you for your help. |
You're most welcome and we thank you for the precise formulation of your question.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
cicsprog |
Posted: Wed Dec 20, 2006 8:20 am Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
Just incase you don't know, the sequential terminal must be installed into your CICS region. DCT entries and JCL update to CICS. If you use a PDS to hold the contents of sequential terminal, make sure the DCB attributes of that PDS are BLKSIZE(80) LRECL(80) and REFCM(F). That's the way I remember it anyway....good luck. |
|
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
|
|
|
|