Author |
Message
|
GFORCE |
Posted: Wed Apr 12, 2006 9:00 am Post subject: V6.0 Migrate Xparm |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Did anyone upgrade from 5.3.1 on Z/OS to V6.0 and use the Migrate utility for the CSQXPARM (channel module)? I have a few questions _________________ THANKS |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Apr 13, 2006 6:19 am Post subject: Re: V6.0 Migrate Xparm |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
GFORCE wrote: |
Did anyone upgrade from 5.3.1 on Z/OS to V6.0 and use the Migrate utility for the CSQXPARM (channel module)? |
I would guess yes.
GFORCE wrote: |
I have a few questions |
We can't answer them if you don't ask them. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
GFORCE |
Posted: Thu Apr 13, 2006 9:37 am Post subject: V6.0 Migrate Xparm |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
My question is in regards to the utility for migrating the CSQXPARM(channel initiator module).
What is the altqmgr in the utility ?
//MIGRATE1 EXEC PGM=CSQUTIL
//STEPLIB DD DISP=SHR,DSN=thlqual.SCSQANLE
// DD DISP=SHR,DSN=thlqual.SCSQAUTH
//CSQXPARM DD DISP=SHR,DSN=user.loadlib
//SYSPRINT DD SYSOUT=*
//ALTQMGR DD DISP=OLD,DSN=user.commands(ALTQMGR)
//SYSIN DD *
XPARM DDNAME(CSQXPARM) MEMBER(CSQXPARM) MAKEALT(ALTQMGR)
/* _________________ THANKS |
|
Back to top |
|
 |
wschutz |
Posted: Thu Apr 13, 2006 9:50 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Offhand I'd say its the dataset where the ALTER QMGR commands would be generated into by csqutil:
Quote: |
Migrating a channel initiator parameter module (XPARM)
In versions of WebSphere MQ for z/OS before Version 6.0, you could tailor the channel initiator by creating a channel initiator parameter load module. In Version 6.0, you do it by setting queue manager attributes. To make it easier to migrate to Version 6.0, this command generates an ALTER QMGR command from a pre-Version 6.0 channel initiator parameter module. |
_________________ -wayne |
|
Back to top |
|
 |
GFORCE |
Posted: Wed Apr 19, 2006 11:07 am Post subject: V6.0 Migrate Xparm |
|
|
 Voyager
Joined: 16 Jun 2003 Posts: 78 Location: WISCONSIN
|
Thanks I understand now, I must of had a MQ brain fart _________________ THANKS |
|
Back to top |
|
 |
|