C00B06B1

Explanation

The filename argument passed to fopen() or freopen() exceeded the maximum length of 1024 characters. This failure is specific to the POSIX(ON) environment.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEnametoolong01