|
|
| Author |
Message |
jobseeker
New User
Joined: 07 Mar 2005 Posts: 23
|
|
|
|
dear members,
I got a new interview question. how to find the subsystem name and qualifier name from CICS |
|
| Back to top |
|
 |
References
|
Posted: Tue Mar 08, 2005 3:52 am Post subject: Re: how to find subsystem name and qualifier name in CICS |
 |
|
|
 |
n.sinha
New User
Joined: 09 Mar 2005 Posts: 2 Location: Bangalore
|
|
|
|
Hi,
The sub system name is IKJEFT01 for (COBOL DB2 CICS program )the compiler name for the run and bind. |
|
| Back to top |
|
 |
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 888 Location: India
|
|
|
|
| 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 |
|
 |
|
|