C00B0355

Explanation

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

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEdevmode05