Don’t let your macros crash and burn

This post was kindly contributed by The SAS Training Post - go there to comment and to read the full post.

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) special characters and mnemonics in constant text: The […]

This post was kindly contributed by The SAS Training Post - go there to comment and to read the full post.