BookmarkSubscribeRSS Feed
Bula
Calcite | Level 5

I run  monthly files and trying to create title something like --

"Files are current through December31, 2017".

I do not want to hard code in my program. I know I can use %sysfunc on the file creation day using data dictionary. Then how am I going to get last day of each month.

Any tips will be greatly appreciated.

Thank you!

BG

7 REPLIES 7
Reeza
Super User

INTNX will give you the end of the month. 

Use the difference of 0 months and the fourth parameter allows you to align the date to the end of the month.

The documentation has an example if you're having difficulty or post your code back here.

 


@Bula wrote:

I run  monthly files and trying to create title something like --

"Files are current through December31, 2017".

I do not want to hard code in my program. I know I can use %sysfunc on the file creation day using data dictionary. Then how am I going to get last day of each month.

Any tips will be greatly appreciated.

Thank you!

BG


 

Bula
Calcite | Level 5
Thank you Reeza! I will try tomorrow to figure it out.
Bula
Calcite | Level 5
Hi Reza,

I spent a bit time on refreshing INTNX function. My Base SAS documentation is showing foreign language. I do not know why. If you please could send me code that would ve very helpful.
Thanks Reza
Reeza
Super User

Here's the english version:

http://documentation.sas.com/?docsetId=lefunctionsref&docsetTarget=p10v3sa3i4kfxfn1sovhi5xzxh8n.htm&...

 

Note that you can use the TODAY() function to get todays date.

 

Post what you've tried and I'll be happy to help further.

Bula
Calcite | Level 5

No luck 😞

Please find the attachment. When I clicked on your documentation link, I simply get a blank page.

Reeza
Super User

You need to get that fixed...not having access to the documentation doesn't make sense. Does your work block websites?

Or did you try some old versions, ie SAS 9.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
  • 7 replies
  • 1961 views
  • 1 like
  • 2 in conversation