Hi, I’m using SAS OnDemand for Academics to teach SAS programming. As I prepare to teach SAS Macros, I noticed that the MPRINT option does not seem to take effect. Even after including OPTIONS MPRINT; in my code, the macro-generated code is not appearing in the log window. I'm trying to determine whether MPRINT is simply not supported in this environment, or if there's a way to enforce or activate it properly within SAS OnDemand. Has anyone encountered this issue or found a workaround? Thank you in advance! James
... View more