C00B020D

Explanation

An existing OS data set is being opened for read or append. The mode argument passed to fopen() or freopen() specified recfm=A, but the attributes of the existing data set do not include recfm=A. The attributes must be consistent.

Programmer response

Correct the application.

Symbolic Feedback Code

JrEdc1opsEbadattr13