C00B0282

Explanation

The filename argument passed to fopen() or freopen() specified dd:ddname(member) syntax, but at least one character in the member name is not valid.

Programmer response

Correct the member name in the filename argument. Characters must be alphanumeric or national. The X'C0' character is also allowed after the first character.

Symbolic Feedback Code

JrEdc1opsEbadfilename02