MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to find DB2 qualifier from CICS?..

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
pnbalaji
Beginner


Joined: 05 Oct 2004
Posts: 14
Topics: 8
Location: Chennai, India

PostPosted: Thu Jan 20, 2005 2:52 pm    Post subject: How to find DB2 qualifier from CICS?.. Reply with quote

Hi,

Can some one help me in finding the DB2 table qualifiers that a CICS region is accessing?. The command CEMT I DB2E gives only the DB2 sub system the CICS region is connected to, and not the table qualifiers. Is there any way I can find it?.

We have 5 DB2 sub systems and 9 CICS regions at our work place.

Thanks,
Balaji
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12366
Topics: 75
Location: San Jose

PostPosted: Thu Jan 20, 2005 3:22 pm    Post subject: Reply with quote

Pnbalaji,

Once you know the DB2 subsystem, run the following query in spufi

Code:


SELECT NAME
  FROM SYSIBM.SYSTABLES
  ;


This gives you a list of all the tables that the cics region can access !

Hope this helps...

Cheers

kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
pnbalaji
Beginner


Joined: 05 Oct 2004
Posts: 14
Topics: 8
Location: Chennai, India

PostPosted: Thu Jan 20, 2005 5:58 pm    Post subject: Reply with quote

Well, I need to get the DB2 qualifier info from CICS, not from SPUFI or any other DB2 command processor under MVS TSO or ISPF.

Thanks,
Balaji.
Back to top
View user's profile Send private message
Maheshwari
Beginner


Joined: 19 Oct 2004
Posts: 21
Topics: 3

PostPosted: Tue Feb 22, 2005 9:33 pm    Post subject: Reply with quote

Balaji,

You can use CEMT INQ DB2T(*) to get the plan name and then inquire on SYSIBM.SYPLAN table to get the Qualifier.

SELECT NAME, QUALIFIER
FROM SYSIBM.SYPLAN
WHERE NAME IN ('XXXXXXXX','YYYYYYYY')

where XXXXXXXX and YYYYYYYY are the plan names extracted above.

Hope this helps.
_________________
Amit
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
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


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group