BookmarkSubscribeRSS Feed
chennupriya
Quartz | Level 8


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

5 REPLIES 5
Steelers_In_DC
Barite | Level 11

else 'priya & insurance'n

'name'n will allow you to use any name in SAS.

chennupriya
Quartz | Level 8

so what u want me to use

instead of using and  i want to use & and run sql developer

Reeza
Super User

Your question is unclear.

If this is regarding SQL Server then asking it in a SAS forum may not be helpful.

chennupriya
Quartz | Level 8

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

Tom
Super User Tom
Super User

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: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1180 views
  • 0 likes
  • 4 in conversation