CICS PROBLEM RESOLUTION

[Updated 02/06/2012           Source at W:\actj2\htdocs\staff\lgilik\CicsProblem.html]

 

This page is intended to help with solving CICS problems in the UCSD ACT environment. Click on the condition that applies:

For other problems, try browser command Find and additional problem resolution steps .

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


List of CICS Regions

NET LPAR PROD LPAR DEV LPAR  
Production Production Training QA Test Description
n/a CICFFISP CICEFISE CICQFISQ CICTFIST IFIS
n/a CICSSISP n/a CICQSISQ CICTSIST ISIS
n/a CICXXISP n/a CICQXISQ CICTXIST ISIS - Extension
n/a CICNIVYP n/a CICNIVYQ n/a Ivory Server
CICNSECP n/a n/a CICNSECQ CICNSECT For Passtickets
In any LPAR: CICITS1T, CICITS2T, CICITS3T, CICITS4T Sys. Prog. Regions

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Product Notes

CICS monitor

The easiest way to monitor CICS regions is by using the Mainview SUMMARY DISPLAY. In PROD01 ISPF, invoke Mainview by command =L.M, then enter option C4 (not on the menu), then option =P.1. In the top right corner, enter the region name, e.g. CICSSISP as shown below.
 BMC Software ------------ SUMMARY DISPLAY --------------------- TIME: 08:26:58
 COMMAND ===>                                                CICS ===> CICSSISP

   PERFORMANCE INDICATOR      TREND   CURRENT   CURRENT ENVIRONMENT
   TOTAL CPU PERCENTAGE        1.28      4.34
   USER CPU PERCENTAGE         1.21      4.91    TERMINALS
   PAGEIN  / SECOND RATE       0.00      0.00      SIGNED ON              248
   TRANSACTIONS / SECOND       0.80      1.98      PROCESSING               1
   TERMINAL TRANS. / SECOND    0.63      1.77      OUT OF SERVICE           0
   AVERAGE RESPONSE TIME       0.07      0.07      ACQUIRED               247
   FC I/O WAIT / SECOND        0.03      0.38
   PERCENT CDSA IN USE         6.41      6.40    FILES
   PERCENT UDSA IN USE         0.00      0.00      OPENED                   2
   PERCENT ECDSA IN USE        4.05      6.00      CLOSED                  15
   PERCENT EUDSA IN USE        0.32      0.40      DISABLED                 3
   MVS STORAGE < 16M          91.87     92.00      ENABLED                 14
   MVS STORAGE > 16M          37.97     37.90
            -PREVIOUS HIGH VALUE-RECENT HIGH-    TRANSACTIONS
   CPUREAL  08:10:16 S403   0.89  S486   0.81      EXECUTING NOW            4
   PAGING                    N/A          N/A      TOTAL EXECUTED       8,139
   RESPONSE 08:10:16 S403   4.75  S403   3.53      UNIQUE IDS USED        123
   I/O WAIT 08:10:16 S403   4.71  S403   3.51
   ***************************** END OF DATA ***********************************
 BMC Software ------------ DSAS DISPLAY ------------------------ TIME: 08:19:19
 COMMAND ===>                                                CICS ===> CICSSISP
                                    PCT    LARGEST  SOS  CUSHION     HWM    HWM
                  SIZE      USED   USED      FREE  COUNT   SIZE      USED   PCT
   CDSA           768K      464K   60.4      512K     0      64K     656K   85.4
   UDSA         1,024K        0K    0.0    2,048K     0      64K      64K    6.2
   SDSA           256K       36K   14.0      440K     0      64K      36K   14.0
   RDSA           256K      176K   68.7      160K     0      64K     176K   68.7

   ECDSA       40,960K   38,608K   94.2      944K     0     128K  38,648K   94.3
   EUDSA       77,824K    2,048K    2.6    8,192K     0       0K  77,824K  100.0
   ESDSA        1,024K      180K   17.5    1,008K     0     128K     516K   50.3
   ERDSA       44,032K   43,624K   99.0      360K     0     256K  43,624K   99.0

   DSALIMIT     7,168K      676K    9.4
   EDSALIMIT  655,360K   84,460K   12.8

   MVS <16M     9,128K    7,824K   85.7    1,300K
   MVS >16M  1770,496K  672,636K   37.9 1079,580K

   ***************************** END OF DATA ***********************************

For further info, such as which line commands to use, see operators CICS documentation and B&B Mainview help panels.

 

SYSVIEW

SYSVIEW shows JES2 output and other information. SYSVIEW is invoked from ISPF as option =S. For currently running regions use DA option, then select the appropriate CICS started task. In the CICS output you'll find the following DDs:

 

Fault Analyzer

Fault Analyzer is invoked from ISPF as an option =P.1. Fault Analyzer shows formatted transaction dumps, DB2 info, etc.


Problem: Performance issues

Use one of the following sources of information to find the bottleneck:


Problem: Transaction abends

Solution: Use Fault Analyzer to look at the dumps. Notable Abend codes are:

If Fault Analyzer does not point out the problem, please perform additional problem resolution steps .


Problem: No user in the region gets any response

Solution: Try the following steps in sequence:

If these steps do not resolve the problem, please perform additional problem resolution steps .


Problem: Single user gets no response from CICS

Solution: try the following steps in sequence:

If these steps do not resolve the problem, please perform additional problem resolution steps .


Problems with logon or logoff

To logon into CICS, please select appropriate region from the NC-ACCESS menu. To logoff, enter CICS transaction BYE or CESF LOGOFF.

If user gets the "UCSD CICS" logo screen with the bottom line specifying USER-ID SIGNED ON. LOG OFF THE OTHER SESSION OR TRY AGAIN, this means that that user is logging on while their id still exists in the region. The Autooperator should then end the older session and user should be able to log on. If this is not the case, use monitor, Option "Terminals" to verify whether that userid is still logged on and if yes, then put the corresponding session out of service [line command 0].

If during logon some user gets a message Logon proceeding instead of proceeding to CICS then try the following steps in sequence:


Problem: CICS shutdown is unsuccessful

Startup and shutdown of CICS is normally performed automatically by ZEKE. If CICS shutdown fails then try the following steps in sequence:

If these steps do not resolve the problem, please perform additional problem resolution steps .


Additional Problem Resolution Steps

--- End of Document ---