DB2 Version 9.7 for Linux, UNIX, and Windows

AM_DROP_TASK procedure - Delete a monitoring task

The AM_DROP_TASK procedure deletes a monitoring task. It does not return any data.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-AM_DROP_TASK--(--task_id--)---------------------------------><

The schema is SYSPROC.

Procedure parameter

task_id
An input argument of type INTEGER that specifies a unique monitoring task ID.

Authorization

EXECUTE privilege on the AM_DROP_TASK procedure.

Example

Drop the monitoring task with ID 5.
CALL SYSPROC.AM_DROP_TASK(5)