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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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