C00B0201

Explanation

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

Programmer response

Correct the mode argument.

Symbolic Feedback Code

JrEdc1opsEbadattr01