BookmarkSubscribeRSS Feed
bazargur
Calcite | Level 5

Hello,

 

I want to create a dummy variable for a regulatory policy called MSA.

 

For my model I have a sample size from years 1970-2014. 

 

If any years <1998 then MSA=0 and anything above 1998 MSA=1

 

If anyone can help me with the coding on this, I would really appreciate it.

 

Thank you all.

1 REPLY 1
Reeza
Super User
Standard if/then?

If year<1998 then MSA=0;
Else if year >=1998 then MSA=1;

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
  • 1008 views
  • 0 likes
  • 2 in conversation