BookmarkSubscribeRSS Feed
Shara
Calcite | Level 5

I'm hoping I can write a macro to run the same piece of code a number of times.

I want to run it once per month on the last day of the month beginning June 30, 2012 to June 30, 2013.

Dates always trip me up when I want to have the date update each time through.

I will have a prompt for the user to enter the start date and the end date (in case they want to change the date ranges).

Any help structuring the macro so the month end date changes each pass through would be so welcomed!

Thank you.

1 REPLY 1
PaigeMiller
Diamond | Level 26

I think you would want to use the INTNX function, with the alignment parameter set to E.

You could also include this calculation in the %SYSFUNC macro function, and put it in a macro loop to increment to the last day of the next month each iteration of the macro.

--
Paige Miller

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1594 views
  • 0 likes
  • 2 in conversation