EDC5074I
The open parameters were missing the 'type=record' specifier.

Explanation

The open type keyword parameter 'acc=' is not valid unless 'type=record' is also specified.

System action

The fopen()/freopen() function returns NULL.

Programmer response

Specify 'type=record' on the fopen()/freopen() statement.

Symbolic Feedback Code

EDC4UI