Hello,
what is the difference between single quote and double quote??
i know the one in macros..but is there any other difference between them????
Other than resolving macro variables not really in SAS.
The he only other time it becomes useful is,to mask one or the other.
Ie
var = " There's an apostrophe in my variable";
Other than resolving macro variables not really in SAS.
The he only other time it becomes useful is,to mask one or the other.
Ie
var = " There's an apostrophe in my variable";
got it...thanks
One other case - opposite of macro, ir you have a percent or ampersand you don't want SAS to interpret as a macro/macro variable then use single quotes.
got it...thanks for help
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.