C00B0106

Explanation

The filename argument passed to fopen() or freopen() specified dd:ddname syntax that referred to a concatenation, but the mode argument did not specify read. A concatenation can only be opened in read mode.

Programmer response

Correct the mode argument.

Symbolic Feedback Code

JrEdc1opsEbadmode06