Author |
Message
|
bay hoe san |
Posted: Mon Aug 06, 2007 8:39 pm Post subject: CSQUTIL with MAKEDEF |
|
|
Centurion
Joined: 27 Nov 2006 Posts: 117
|
Hello,
( 1) I tried to use CSQUTIL with MAKEDEF to make a list of define commands. However, when I do a thorough check and count, the number of qlocals in the output dataset does not tally with the job output and actual qlocals in the qmgr.
( 2) I noticed that qlocal with DEFTYPE(PERMDYN) is not present in the output dataset. Is there is some limitation on the CSQUTIL with MAKEDEF or did I missed out anything? Is it documented?
( 3) My sample JCL
//BKOBJDEF EXEC PGM=CSQUTIL,PARM='MQS3'
//OBJDEF DD DISP=SHR,DSN=DRCOBHS.MQS3.BKUP
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
COMMAND DDNAME(CMDINP) MAKEDEF(OBJDEF)
//CMDINP DD *
DISPLAY QUEUE(*) ALL
Thank you.
.Hoe San. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Aug 06, 2007 10:01 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
did you ever consider to check the manual yourself? yes, it is documented. _________________ Regards, Butcher |
|
Back to top |
|
 |
bay hoe san |
Posted: Mon Aug 06, 2007 11:35 pm Post subject: |
|
|
Centurion
Joined: 27 Nov 2006 Posts: 117
|
Hello Mr Butcher,
( 1) Yes, I am read the WMQ system admin guide of V531 for z/OS (section Issuing commands to WMQ (Command) and search the website, however, I just unable to locate those info that I wana. Could you help and give me some pointers?
( 2) Greatly appreciate and thank you.
.Hoe San. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Aug 07, 2007 1:36 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
usage notes of makedef command, point 2 (starts in my 5.3.1 system administration manual on page 203) reads on page 204 :
Quote: |
Note: DEFINE commands are not generated for any local queues that can be identified as dynamic, or for channels that were defined automatically. |
_________________ Regards, Butcher |
|
Back to top |
|
 |
bay hoe san |
Posted: Tue Aug 07, 2007 2:11 am Post subject: |
|
|
Centurion
Joined: 27 Nov 2006 Posts: 117
|
Hello Mr Butcher,
( 1) Thank you for your guidance. I guessed I have to read more carefully next time.
( 2) So queue with deftype(PERMDYN) is considered dynamic queues and therefore will not be generated using CSQUTIL with MAKEDEF.
( 3) May I ask is there ways I can generate those queues with deftype(PERMDYN) with format similar to the ones we do using CSQUTIL with MAKEDEF?
Thank you.
.Hoe San. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Aug 07, 2007 2:48 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
(3) - process the display using a program / rexx script / and create your own DEFINE - statement.
(4) no - i do not have such a script  _________________ Regards, Butcher |
|
Back to top |
|
 |
|