Previous Topic: 10007 System IFCID Buffer Not Available

Next Topic: 10009 Data Base IFCID Record Not Written

10008 System IFCID Collection Failure


FILE:  DB2 System Activity File
SAS FILE NAME:  DETAIL.DB2DSY01
SOURCE LOCATION:  prefix.MICS.USER.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 due to a collection
failure.

RATIONALE:

DEFINITION:   This exception is noted when the DSYCOLFS 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:  10008                  */
/* TITLE:  IFCID COLLECTION FAILURE SYSTEM   */
/* FILE:  DB2DSY01                           */
/* ***************************************** */

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