|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
z/OS, create message Queue |
« View previous topic :: View next topic » |
Author |
Message
|
EgilsJ.Rubenis |
Posted: Tue Jan 28, 2003 10:08 pm Post subject: z/OS, create message Queue |
|
|
Acolyte
Joined: 18 Nov 2002 Posts: 63 Location: Germany, Alfeld
|
Hi,
could somebody give me a hint where to find a command to create
a message queue on z/OS (OS390) ?
thanks |
|
Back to top |
|
 |
dgolding |
Posted: Tue Jan 28, 2003 11:13 pm Post subject: |
|
|
 Yatiri
Joined: 16 May 2001 Posts: 668 Location: Switzerland
|
Hi, why not use the IPSF panel "mqm" (at least that's what we call it) and option 2, "define like"? Works for me, and no way would I call myself an z/os expert, I can't even spell ISPF
HTH |
|
Back to top |
|
 |
EgilsJ.Rubenis |
Posted: Tue Jan 28, 2003 11:20 pm Post subject: |
|
|
Acolyte
Joined: 18 Nov 2002 Posts: 63 Location: Germany, Alfeld
|
Hi,
as easy as you wrote.
thanks a lot.
Egils |
|
Back to top |
|
 |
mgrabinski |
Posted: Wed Jan 29, 2003 12:48 am Post subject: |
|
|
Master
Joined: 16 Oct 2001 Posts: 246 Location: Katowice, Poland
|
There's a utility that allows you to issue regular MQ commands (DEFINE ALTER, START etc.). See the job below
Code: |
//MQCMD JOB 'ACCT','NAME',CLASS=A,MSGCLASS=A,
// NOTIFY=&SYSUID,MSGLEVEL=(1,1)
//*
//CSQUTIL EXEC PGM=CSQUTIL,PARM='QMgrName'
//STEPLIB DD DISP=SHR,DSN=MQM.SCSQANLE
// DD DISP=SHR,DSN=MQM.SCSQAUTH
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COMMAND DDNAME(CMD)
/*
//CMD DD *
MQ commands go here
|
Of course, instead of DD * you can use DD DSN=...
The panels are great for displaying or starting/stopping, but I don't use them for defining objects _________________ Marcin Grabinski <>< |
|
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
|
|
|
|