C00B0283

Explanation

The filename argument passed to fopen() or freopen() specified dd:ddname syntax. The device type check indicated a DASD data set. The data set organization indicated a partitioned data set. The mode argument specified write, append, or update mode, but no member name was provided. You cannot open the directory for a partitioned data set in any mode, except read.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEbadfilename03