Imagine that a certain macro M1 was called by a different macro and is being executed. Is there a way to get access to the name of the macro that called M1 in that specific instance without the calling macro having been explicitly programmed to pass on that information?
I have looked into the List of SAS Automatic Macrovariables and haven't found what I wanted.