IBM0576S
ONCODE=oncode-value An attempt to use a CALL statement with the TASK, EVENT, or PRIORITY option was found in a non-tasking environment.

Explanation

An attempt was made to create a task when the application was not linked with the multitasking library. The ONCODE associated with this message is 3915.

System action

The ERROR condition is raised.

Programmer response

Remove the tasking option from the CALL statement, or if this is a multitasking application, relink it with the multitasking library.

Symbolic Feedback Code

IBM0I0