Previous Topic: 10012 Data Base IFCID Collection Failure

Next Topic: 10014 User IFCID Record Not Desired

10013 User IFCID Record Not Written


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 failed.

RATIONALE:

DEFINITION:  This exception is noted when the DSYIFCNU 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:  10013                  */
/* TITLE:  IFCID RECORD NOT WRITTEN USER     */
/* FILE:  DB2DSY01                           */
/* ***************************************** */

IF DSYIFCNU GT 0 THEN DO;
  EXCCODE='10013';
  SEVERITY='W';
  MGMTAREA='SECURITY';
  EXCDESC1='IFCID RECORD NOT WRITTEN USER';
  EXCDESC2='DESTINATION = '            ||
           ' USER'                     ||
           '   '                       ||
           'RECORD COUNT = '           ||
            PUT(DSYIFCNU,6.)
            ;
  LINK HIT;
  END;