IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to find subsystem name and qualifier name in CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jobseeker

New User


Joined: 07 Mar 2005
Posts: 26

PostPosted: Tue Mar 08, 2005 3:52 am
Reply with quote

dear members,

I got a new interview question. how to find the subsystem name and qualifier name from CICS
Back to top
View user's profile Send private message
n.sinha

New User


Joined: 09 Mar 2005
Posts: 2
Location: Bangalore

PostPosted: Wed Mar 09, 2005 1:42 am
Reply with quote

Hi,


The sub system name is IKJEFT01 for (COBOL DB2 CICS program )the compiler name for the run and bind.
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Wed Mar 09, 2005 10:40 pm
Reply with quote

Quote:
how to find the subsystem name


Type in CICS panel: CEMT I DB2E

Quote:
qualifier name from CICS


To find the Qualifier, you should know the CICS Plan Name. (Chek it from your Bind JCL)

Then execute this query in QMF.

SELECT NAME, QUALIFIER FROM SYSIBM.SYSPLAN WHERE NAME IN ('PlanName')
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top