Previous Topic: 10004 Record Unsuccessfully Written

Next Topic: 10006 System IFCID Record Not Desired

10005 System 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 an IFCID record was not
written.

RATIONALE:

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

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