Previous Topic: 04015: CICS Short on Storage

Next Topic: 04017: CICS VSAM Buffer Wait

04016: CICS VSAM String Wait


FILE:             CICS Incident File
SAS FILE NAME:    DETAIL.CICCIN01
SOURCE LOCATION:  prefix.MICS.USER.SOURCE(DYCICEXC)

SEVERITY:  Warning              (SEVERITY='W')
MANAGEMENT AREA:  Performance   (MGMTAREA='PERFORMANCE')

PURPOSE:  Identifies a VSAM string overutilization.

RATIONALE:  To access some files, CICS transactions require a
VSAM string.  If a string is not available when the
transaction needs to access the file, the transaction will
have to wait until a string becomes available.

DEFINITION:  This exception is noted when the VSAM string
wait indicator in any transaction record is set.

EXCEPTION STATEMENTS:  The SAS statements identifying the
exception situation and describing the condition are stored
in the source member named in SOURCE LOCATION and are
described below.

***************************************************
**  04016
**  CICS VSAM STRING WAIT
*;
IF CINCODE = 4
THEN DO;
EXCCODE='04016'; SEVERITY='W'; MGMTAREA='PERFORMANCE';
EXCDESC1 = CINTEXT;
EXCDESC2= 'TRAN=' || TRANCODE ||
        ' TERM=' || TERMINAL ||
        ' OPER=' || OPERID;
LINK HIT;
END;

THRESHOLD MODIFICATION:  None required