C00B0210

Explanation

A new OS data set is about to be opened. The effective record format is fixed (not blocked). The mode argument passed to fopen() or freopen() specified both lrecl and blksize. The blksize is not zero and does not match lrecl.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEbadattr16