4. EXCEPTIONS › 4.3 Exception Descriptions › 10030 Error Return from GETMAIN/FREEMAIN
10030 Error Return from GETMAIN/FREEMAIN
FILE: DB2 System Activity File
SAS FILE NAME: DETAIL.DB2DSY01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DB2DYEXC)
SEVERITY: Warning (Severity='W')
MANAGEMENT AREA: Performance (MGMTAREA='Performance')
PURPOSE: This exception warns that a GETMAIN or FREEMAIN
request had a return code that was not 0.
RATIONALE:
DEFINITION: This exception is noted when the DSYNZGFM 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: 10030 */
/* TITLE: ERROR RETURN FROM GETMAIN/FREEMAIN */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYNZGFM GT 0 THEN DO;
EXCCODE='10030';
SEVERITY='W';
MGMTAREA='PERFORMANCE';
EXCDESC1='ERROR RETURN FROM GETMAIN/FREEMAIN';
EXCDESC2='COUNT = ' ||
PUT(DSYNZGFM,6.)
;
LINK HIT;
END;