Search

Sunday, January 20, 2013

CEDC Command to check MQconnection


CEDC Commands that can be used to check MQ connection 

If any user wants to know INITQ or any MQ manager or any other MQ parameter here is the command:

CEDC V MQ

It will give option as below. If you dont know give * for both the options and then press enter:

OBJECT CHARACTERISTICS
   CEDC View MQconn(         )
     MQconn         ==>      
*

     Group            ==>       *

It will display all the MQConn for all the sysplex region as below.

ENTER COMMANDS
NAME            TYPE            GROUP                       LAST CHANGE 
MQ1A            MQCONN      CICSAB1             25/04/11   11:11:11
MQ1A             MQCONN     CICSAB2   v        25/04/11   11:11:11   
      
Give View in front of group you want to view as I gave above in red and press enter.


It will display all the information about MQconnection in that CICS region as below:


OBJECT CHARACTERISTICS
   CEDC View MQconn(  MQ1A      )

     MQConn              :  MQ1A
     Group                 :  CICSAB1
     Description         :  MQ Connection to RDO
     MQname             :  MQ1A
     Resyncmenter     :  Yes      Yes| No | Groupresync
     Initqname           :  CICSAB1.INITQ
DEFINATION SIGNATURE
    DEFinetime          :   25/04/11  11:11:11
    CHANGETime        :  25/04/11  11:11:11
    CHANGEUserid      :  ABC123
    CHANGEAGRel      :   0660

From here you can get INITQ and all the necessary information.
This can be verified when you check trigger defination from TSO  it will show you as below:


Trigger Definition
                                                                              
   Trigger type . . . . . . : F  F=First, E=Every, D=Depth, N=None            
   Trigger set  . . . . . . : N  Y=Yes, N=No
                                                                              
   Trigger message priority : 0  0 - 9                 
   Trigger depth  . . . . . : 1          1 - 999999999
                                                                              
   Initiation queue . . . . : CICSAB1.INITQ 
   Process name . . . . . . : MQ1A 
   Trigger data . . . . . . : 
                                                                              
  Queue full . . . . . . . : E  E=Enabled, D=Disabled   


Also refer link to know more on CECI command.

No comments:

Post a Comment