SAS Macro Nesting

This post was kindly contributed by Data Steps - go there to comment and to read the full post.

I’d like to share a nifty SAS option that will help tremendously with debugging SAS macros. The mprintNest system option will show nesting information in your log. This is a big improvement over mprint that showed which macro you were in, but made it nearly impossible to tell which macros may have contained the macro call.With mprintNest you can see exactly where you are in the executing macro

This post was kindly contributed by Data Steps - go there to comment and to read the full post.