C00B0206

Explanation

The mode argument passed to fopen() or freopen() specified an undefined blocked record format. This is not a valid combination. This failure occurred trying to open a terminal file.

Programmer response

Correct the mode argument. Valid attributes for an undefined-format terminal file are recfm=U, recfm=UA, or recfm=UM.

Symbolic Feedback Code

JrEdc1opsEbadattr06