EDC5040I
An attempt was made to open a flat file as a PDS.

Explanation

When a memory file is created without members, its name cannot be used with a member specified.

System action

The fopen()/freopen() function fails.

Programmer response

Either specify a memory file that already has members, or remove the flat memory file before specifying the open with the member specified and open the file for 'write'.

Symbolic Feedback Code

EDC4TG