IBM0580S
ONCODE=oncode-value The UNDEFINEDFILE condition was raised because an attempt was made to OPEN the MSGFILE(SYSPRINT) file after a subtask had been created.

Explanation

When the MSGFILE(SYSPRINT) run-time option is specified, you must ensure that the standard SYSPRINT file is opened in the major PL/I task before any subtask is ever created.

The ONCODE associated with this message is 96.

System action

The ERROR condition is raised.

Programmer response

Ensure that the above rule has not been violated. One method is to add an OPEN statement for the SYSPRINT file at the start of the major PL/I task before an subtasks are created.

Symbolic Feedback Code

IBM0I4