IBM0269S
ONCODE=oncode-value. The UNDEFINEDFILE condition was raised because the file function conflicted with the DDM data set definition (FILE= or ONFILE= file_name).

Explanation

A conflict existed between the I/O functions intended for the file and the functions allowed on the data set. One of the following was detected when attempting to open a file to be accessed by the DDM access method:
  • The file was being opened for INPUT but the data set was not get capable
  • The file was being opened for UPDATE, but the data set was not insert capable, get capable, modify capable, or delete capable
  • The file was being opened for OUTPUT, but the data set was not insert capable

System action

The ERROR condition is raised.

Programmer response

Ensure the correct data set is being referenced and the data set is re-created with an appropriate set of capabilities.

Symbolic Feedback Code

IBM08D