ASMA005S No storage for macro call; continue with open code
Explanation
An inner macro call could not be processed because no main storage was available.
System action
The assembly continues with the next open code statement.
Programmer response
Check whether the macro is recursive, and, if so, whether termination is provided for; correct the macro if necessary. If the macro is correct, allocate more main storage.
Severity
12