ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » z/OS, create message Queue

Post new topic  Reply to topic
 z/OS, create message Queue « View previous topic :: View next topic » 
Author Message
EgilsJ.Rubenis
PostPosted: Tue Jan 28, 2003 10:08 pm    Post subject: z/OS, create message Queue Reply with quote

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
View user's profile Send private message Send e-mail
dgolding
PostPosted: Tue Jan 28, 2003 11:13 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
EgilsJ.Rubenis
PostPosted: Tue Jan 28, 2003 11:20 pm    Post subject: Reply with quote

Acolyte

Joined: 18 Nov 2002
Posts: 63
Location: Germany, Alfeld

Hi,

as easy as you wrote.

thanks a lot.

Egils
Back to top
View user's profile Send private message Send e-mail
mgrabinski
PostPosted: Wed Jan 29, 2003 12:48 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » z/OS, create message Queue
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.