4. EXCEPTIONS › 4.3 Exception Descriptions › 10019 End Of Task Abend
10019 End Of Task Abend
FILE: DB2 System Activity File
SAS FILE NAME: DETAIL.DB2DSY01
SOURCE LOCATION: sharedprefix.MICS.SOURCE(DB2DYEXC)
SEVERITY: Warning (Severity='W')
MANAGEMENT AREA: Productivity (MGMTAREA='Productivity')
PURPOSE: This exception warns that a non-DB2 task abended
while connected to DB2.
RATIONALE: It is important that application program failures
be noted because of the effect on application productivity.
DEFINITION: This exception is noted when the DSYEOTSK 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: 10019 */
/* TITLE: END OF TASK ABEND */
/* FILE: DB2DSY01 */
/* ***************************************** */
IF DSYEOTSK GT 0 THEN DO;
EXCCODE='10019';
SEVERITY='W';
MGMTAREA='PRODUCTIVITY';
EXCDESC1='END OF TASK ABEND';
EXCDESC2='COUNT = ' ||
PUT(DSYEOTSK,6.)
;
LINK HIT;
END;