IBM0205S
ONCODE=oncode-value The UNDEFINEDFILE condition was raised because of an I/O error - the Regional data set could not be formatted (FILE= or ONFILE=file-name).

Explanation

An I/O error prevented the data set from being formatted correctly. When a REGIONAL data set is opened for direct output, data management routines format the data set into specified regions by writing dummy or control records into the data set.

TF: PROC;
OPEN FILE(F) DIRECT OUTPUT;
END;

The ONCODE associated with this message is 85.

System action

The ERROR condition is raised.

Programmer response

If the problem recurs, have the direct access device or storage medium checked by a customer engineer.

Symbolic Feedback Code

IBM06D