4. EXCEPTIONS › 4.3 Exception Descriptions › 10016 User IFCID Collection Failure
10016 User 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 failed because an output buffer was not
available.
RATIONALE:
DEFINITION: This exception is noted when the DSYCOLFU 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: 10016 */
/* TITLE: IFCID COLLECTION FAILURE USER */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYCOLFU GT O THEN DO;
EXCCODE='10016';
SEVERITY='W';
MGMTAREA='SECURITY';
EXCDESC1='IFCID COLLECTION FAILURE USER';
EXCDESC2='DESTINATION = ' ||
' USER' ||
' ' ||
'COUNT = ' ||
PUT(DSYCOLFU,6.)
;
LINK HIT;
END;