4. EXCEPTIONS › 4.3 Exception Descriptions › 10011 Data Base IFCID Buffer Not Available
10011 Data Base IFCID Buffer Not Available
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 an output buffer
was not available.
RATIONALE:
DEFINITION: This exception is noted when the DSYBNAD 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: 10011 */
/* TITLE: IFCID BUFFER NOT AVAILABLE DATA BASE*/
/* FILE: DB2DSY01 */
/* ****************************************** */
IF DSYBNAD GT 0 THEN DO;
EXCCODE='10011';
SEVERITY='W';
MGMTAREA='SECURITY';
EXCDESC1='IFCID BUFFER NOT AVAILABLE DATA BASE';
EXCDESC2='DESTINATION = ' ||
' DATA BASE' ||
' ' ||
'COUNT = ' ||
PUT(DSYBNAD,6.)
;
LINK HIT;
END;