Hello,
I am using case statements like shown below. It throws an error
"Incorrect syntax near the keyword 'then'."
Can someone please help me write the correct syntax
Here, the Division table was used twice...
If its a medical student then we attribute the division value of the variable under admitting division(ACADADM)
If its a surgical student then we attribute the division value of the variable under performing division(ACADPERF)
CASE
WHEN (Type in('Medical') then ACADADM.Division
WHEN (Type in('Nonmedical') then ACADPERF.Division
Thnx a lot
END as MedType_ServiceLine,
I would just get rid of the left parentheses that immediately follow the string 'when'. Let us know if that corrects the problem.
Art, CEO, AnalystFinder.com
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.