Currently I have this code
compute Eligible;
if Eligible = "YES" then call define(_row_,"style","style={background=yellow}");
else if LEE in ("A" "B" "C" "D") call define(_row_,"style","style={background=orange{");
else call define{background=lightgreen}");
endcomp;
run;
however, when LEE = A, B, C, or D it does not pick it up for some strange reason. Instead I want to try to get around this problem by making it say "has value" instead of looking for a specific value but when I put "if LEE has value then" it errors.
Is there a way to do this?
Start with this:
={background=orange{");
mismatch should be }
Thanks for your help! I actually ended up figuring it out somehow on my own just before seeing this.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.