C00B0102

Explanation

The mode argument passed to fopen() or freopen() specified both recfm=+ and append mode. This is not a valid combination.

Programmer response

Correct the mode argument.

Symbolic Feedback Code

JrEdc1opsEbadmode02