C00B0052

Explanation

The filename argument passed to fopen() or freopen() specified '*' as the first character of the file name, indicating to open a terminal file or sysout data set. The program is not running in an interactive environment, meaning not under TSO in the foreground. This implies a sysout data set is to be opened. An out of memory error occurred trying to allocate a thread specific below-the-line I/O work area.

Programmer response

Try making more below-the-line storage available to the program. If that does not work, contact IBM® support.

Symbolic Feedback Code

JrEdc1opsEnomemory02