FSUM3432
Out of memory allocating number bytes for string.

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. string contains the name of the function trying to allocate the memory.

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.