C00B0356

Explanation

The filename argument passed to fopen() or freopen() specified dd:ddname syntax. The mode argument specified write, append, or update. The device type check indicated a device that can only be opened for read.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEdevmode06