Previous Topic: 04022: CICS Wait for File String

Next Topic: 04024: CICS LSRPOOL Buffer Wait

04023: CICS Wait for File Buffer


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

SEVERITY:  Impacting            (SEVERITY='I')
MANAGEMENT AREA:  Performance   (MGMTAREA='PERFORMANCE')

PURPOSE:  Identifies insufficient file buffer specification.

RATIONALE:  A file buffer wait occurs when a VSAM buffer is
unavailable.  A frequent occurrence of this condition for the
same file may warrant an increase in buffer definitions.

DEFINITION:  This exception is noted when a CMF exception
class record is written for this condition.

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.

 /* ****************************************************** */
 /* EX NR:  04023                                          */
 /* TITLE:  CICS WAIT FOR FILE BUFFER                      */
 /* FILE:  DETAIL.CICCIN01                                 */
 /* ****************************************************** */
IF CINCODE = 23
 THEN DO;
  EXCCODE='04023'; SEVERITY='I'; MGMTAREA='PERFORMANCE';
  EXCDESC1 = CINTEXT;
  EXCDESC2= 'TRAN=' || TRANCODE ||
            'TERM=' || TERMINAL ||
            'USER=' || USERID ;
  LINK HIT;
END;

THRESHOLD MODIFICATION:  None required