BookmarkSubscribeRSS Feed
Ram4sas
Fluorite | Level 6

Hi Xia Keshan,

thank you for reply. i was out of system for last 2 months. anywway thank you once again.

stat_sas
Ammonite | Level 13

%let date= 25JUN2014;

proc sql;

select Account, Type, salary from have

where Rec_Gen_Dt<="&date"d

order by account,type;

quit;

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

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 16 replies
  • 4871 views
  • 0 likes
  • 4 in conversation