Hello,
I want to know if i can get Month from date variable in a new variable.
Example - I want to calculate 10% bonus on salary in the month of Hire Date.
Show examples in the form of a datastep in future, I will guess what you have:
data want; mydate="01FEB2017"d; month=month(mydate); format mydate date9. month monname3.; run;
Show examples in the form of a datastep in future, I will guess what you have:
data want; mydate="01FEB2017"d; month=month(mydate); format mydate date9. month monname3.; run;
Thanks a lot,sure next time i will provide in detail.
Thank you sure i will consider your suggestion.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.