DSNA655I csect-name THE TASK task-name HAS AN EXECUTION STATUS THAT IS NOT COMPATIBLE WITH THE REQUESTED ACTION.
Explanation
The specified task cannot be removed because it is currently executing, or it cannot be cancelled because it is not executing.
- csect-name
- The name of the control section that issued the message.
- task-name
- The unique name of the task to be removed or cancelled.
System action
The stored procedure terminates.
Programmer response
Wait for the completion of this task before trying to remove it. Use the DSNADM.ADMIN_TASK_STATUS user-defined function to check the execution status of the task.
Severity
12 (severe)