FSUMA962
nested { definition } expansion

Explanation

You may have attempted to place a call to a macro with the definition of that macro.

System action

The program continues.

User response

Remove the recursive macro call, or change the macro to a function that can be called recursively.