Hi everyone ,
In my variable LOLITA ,I have this table , I have already programed blabla and blibli and I have also created one var corresponding a,b,c,d,.... and I called it ALFA. Without using macro sas , I need use IF,THEN ,ANd,ELSE so my question is what do I do if´BLABLA=1 then alfa=a and for b, c ?
Blabla | Blibli | ||||
1 | 2 | 3 | 1 | 2 | 3 |
a | b | c | d | e | f |
thx
Hi,
The structure of your data is not clear to me. Perhaps you could show us the data step used to create your data so we can run it and show us a table of results that you want.
When using a character data value, the value should be in quotes, e.g.:
if blabla=1 then alfa='a';
For more information on the if statement, see:
SAS(R) 9.2 Language Reference: Dictionary, Fourth Edition
If you have tried some code which is not working then post the code and the log showing the error.
Regards,
Amir.
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!
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.