C00B0203

Explanation

The mode argument passed to fopen() or freopen() specified a variable record format and lrecl, but the lrecl was less than 4. The first 4 bytes of a variable length record contains either the RDW or SDW, and therefore requires a minimum length of 4. This failure occurred trying to open a terminal file.

Programmer response

Correct the mode argument.

Symbolic Feedback Code

JrEdc1opsEbadattr03