C00B0213

Explanation

A new OS data set is about to be opened. The effective record format is variable (including blocked). The mode argument passed to fopen() or freopen() specified an lrecl and blksize. The specified lrecl + 4 is greater than blksize and the record format does not indicate spanned.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEbadattr19