C00B0207

Explanation

The mode argument passed to fopen() or freopen() specified an undefined record format, lrecl, and blksize, but the blksize was not larger or equal to the lrecl. This failure occurred trying to open a terminal file.

Programmer response

Correct the mode argument.

Symbolic Feedback Code

JrEdc1opsEbadattr07