IGZ0020S   A logic error occurred. Neither FILE STATUS nor a declarative was specified for file file-name in program program-name at relative location relative-location. The status code was status-code.

Explanation

This error is an I/O error, usually caused by an operation request that is not valid for the file, for example, a WRITE into a file opened for INPUT, or a START to a VSAM ESDS. No file status clause was specified, and no error declarative was in effect.

System action

The application was terminated.

Programmer response

Check operation request for the file.

Symbolic Feedback Code

IGZ00K