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
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.