BookmarkSubscribeRSS Feed
epimph69
Calcite | Level 5

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

1 REPLY 1
Amir
PROC Star

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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1009 views
  • 0 likes
  • 2 in conversation