Previous Topic: 10011 Data Base IFCID Buffer Not Available

Next Topic: 10013 User IFCID Record Not Written

10012 Data Base IFCID Collection Failure


FILE:  DB2 System Activity File
SAS FILE NAME:  DETAIL.DB2DSY01
SOURCE LOCATION:  sharedprefix.MICS.SOURCE(DB2DYEXC)

SEVERITY:  Warning            (Severity='W')
MANAGEMENT AREA:  Security    (MGMTAREA='Security')

PURPOSE:  This exception warns that the DB2 request to write
an IFCID record is not processable because of a collection
failure.

RATIONALE:

DEFINITION:  This exception is noted when the DSYCOLFD flag
is non-zero.

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:


/* ***************************************** */
/* EXCEPTION NUMBER:  10012                  */
/* TITLE:  IFCID COLLECTION FAILURE DATA BASE */
/* FILE:  DB2DSY01                           */
/* ***************************************** */

IF DSYCOLFD GT O THEN DO;
  EXCCODE='10012';
  SEVERITY='W';
  MGMTAREA='SECURITY';
  EXCDESC1='IFCID COLLECTION FAILURE DATA BASE';
  EXCDESC2='DESTINATION = '            ||
           ' DATA BASE'                ||
           '   '                       ||
           'COUNT = '                  ||
            PUT(DSYCOLFD,6.)
            ;
  LINK HIT;
  END;