IBM0227S
ONCODE=oncode-value The UNDEFINEDFILE condition was raised because the TOTAL option is invalid for ESDS (FILE= or ONFILE= file-name).

Explanation

The specification of TOTAL can cause the compiler to generate in-line code for I/O statements for CONSECUTIVE files. If the data set to be accessed is a VSAM Entry Sequenced Data set (ESDS) this code is invalid. The ONCODE associated with this message is 91.

System action

The ERROR condition is raised.

Programmer response

Remove the TOTAL option from the file declaration.

Symbolic Feedback Code

IBM073