View previous topic :: View next topic |
Author |
Message |
sankarthamma Beginner

Joined: 20 May 2010 Posts: 10 Topics: 8 Location: chennai
|
Posted: Sun May 30, 2010 11:12 pm Post subject: How to find No.of CICS regions present in a zos? |
|
|
how to see the details about the no.of cics regions present in a zos ? _________________ T.S.REDDY
CICS |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Mon May 31, 2010 1:09 am Post subject: |
|
|
Ask your system support . . . They can tell how to identify what you are looking for on that system. Some systems have "cics" in the name, butmany do not. _________________ All the best,
di |
|
Back to top |
|
 |
Mike Chantrey Intermediate
Joined: 10 Sep 2003 Posts: 234 Topics: 1 Location: Wansford
|
Posted: Fri Dec 23, 2011 10:16 am Post subject: |
|
|
One way to do this is as follows:
Look at any running CICS service (e.g. in SDSF) and identify from the JCL the full name of the SDFHLOAD dataset.
Attempt to rename this dataset in ISPF (e.g. 3.4/R)
When the rename is refused due to the dataset being in use, press PF1 twice and you should get a list of all running CICS services (plus occasionally some other non-CICS address spaces with SDFHLOAD in their JCL).
Of course this will not list any CICS services which are not currently running - many sites have services which only run for specific hours or on demand.
Also this is typically the sort of thing you should ask your sysprogs (giving a good reason why you want this info). But these days some sites barely have any proper sysprogs or they are difficult to access. |
|
Back to top |
|
 |
|
|