I wrote a case statement
case when
else 'priya & insurance '
But where & sql is asking for substitute any idea ? how to solve . instead of using priya and insurance . I want priya& insurance in code
else 'priya & insurance'n
'name'n will allow you to use any name in SAS.
so what u want me to use
instead of using and i want to use & and run sql developer
Your question is unclear.
If this is regarding SQL Server then asking it in a SAS forum may not be helpful.
Do not use ampersand characters '&' in comments in a SQL statement or PL/SQL block. For example, if you enter a script such as:
This & that
error in that case what to do
Not sure what your question is. It helps to copy in the actual error message.
Perhaps you used "'priya&insurance" then SAS will try to resolve the macro variable reference to the macro variable INSURANCE.
If you enclose your string in single quotes then SAS will not try to evaluate macro triggers like & and %.
'priya&insurance'
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.