FSUM3433
Out of memory allocating number bytes.

Explanation

The as command ran out of memory trying to assemble the file. This sometimes happens with large input files.

In the message text:

number is the number of bytes as tries to allocate.

User response

Shut down any large processes that are running. You may need to specify the runtime option HEAP(,,,FREE,,) to prevent the as command from running out of memory.