Friends, i need to make a business calendar i.e Month end of current month is next month start +3 days.
Assuming start_of_month to contain the starting date of the current month:
end_of_month = intx('month',start_of_month,1,'beginning') + 3;
typo error. it should be intnx.
end_of_month = intnx('month',start_of_month,1,'beginning') + 3;
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.
Ready to level-up your skills? Choose your own adventure.