C00B03B5

Explanation

The filename and mode arguments passed to fopen() or freopen() specified a memory file to be opened in read mode, but the file does not exist. This could be either a sequential memory file or a non-existent member of a partitioned memory file.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnofile05