Tag: sas macro programming 1

Don’t let your macros crash and burn

Your macro just crashed and burned.  So, what’s the problem?  Let’s take a look: The text OR in the code above was misinterpreted as a logical operator.  To correct this issue, use the %STR function to protect (disable the normal meaning of) speci…