case when t1.Points_To_Maintain > 500 then ''
when t1.Points_To_Maintain >=400 then '500'
when t1.Points_To_Maintain >=300 then '400'
when t1.Points_To_Maintain >=200 then '300'
when t1.Points_To_Maintain >=100 then '200'
else '100'
end
You need to give the variable name in end statement like 'end as points'. See example below
Post your full code, this snippet is not enough to see why "your case doesn't work", I quote that as you also have not mentioned "what does not work". Test data is also advisable.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.