EDC5098I
An invalid RECFM was specified when opening a PDS member.

Explanation

The resultant record format for the open function is invalid. Under CMS, record formats containing ASA characters or machine characters are invalid for PDS members, as well as files with the spanned attribute. Under MVS™, spanned record formats are not valid.

System action

The fopen()/freopen() function fails.

Programmer response

Issue the fopen()/freopen() function with valid attributes, or verify the attributes specified when the ddname is defined.

Symbolic Feedback Code

EDC4VA