BookmarkSubscribeRSS Feed
Fox_3
Calcite | Level 5

Friends, i need to make a business calendar i.e Month end of current month is next month start +3 days.

2 REPLIES 2
Kurt_Bremser
Super User

Assuming start_of_month to contain the starting date of the current month:

end_of_month = intx('month',start_of_month,1,'beginning') + 3;

RamKumar
Fluorite | Level 6

typo error. it should be intnx.

end_of_month = intnx('month',start_of_month,1,'beginning') + 3;

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
  • 2 replies
  • 1271 views
  • 1 like
  • 3 in conversation