C00B04B3

Explanation

The filename argument passed to fopen() or freopen() was NULL or the filename argument passed to fopen() was an empty string. This failure is specific to the POSIX(ON) environment.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnoent03