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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.