C00B0125

Explanation

The mode argument passed to fopen() or freopen() specified type=blocked, but the open file is a VSAM data set which does not support type=blocked keyword.

Programmer response

Correct the mode argument. VSAM data sets do not support type=blocked open mode. Remove type=blocked keyword.

Symbolic Feedback Code

JrEdc1opsEbadmode37