BookmarkSubscribeRSS Feed
Azuki
Calcite | Level 5

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

2 REPLIES 2
RamKumar
Fluorite | Level 6

You need to give the variable name in end statement like 'end as points'. See example below

Base SAS(R) 9.2 Procedures Guide

RW9
Diamond | Level 26 RW9
Diamond | Level 26

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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 313 views
  • 0 likes
  • 3 in conversation