DSNA690I csect-name THE TASK task-name WAS RUNNING WHEN THE ADMIN SCHEDULER scheduler-name STOPPED

Explanation

A task was executing when the specified administrative task scheduler was forced to stop. The status of this task is set to unknown.

csect-name
The name of the control section that issued the message.
task-name
The unique name of the scheduled administrative task.
scheduler-name
The name of the administrative task scheduler.

System action

The administrative task scheduler recovers from a blocked state.

System programmer response

Avoid forcing the administrative task scheduler to stop when tasks are currently running. During a normal shutdown of the administrative task scheduler, make sure that no tasks are running.

For a JCL task, make sure that the JCL job, which is indicated in the JOBID in the task execution status, terminates before the next scheduled execution of this task. If the job is still running from a previous scheduled task, it must be stopped before the task runs again.

Severity

12 (severe error)