BookmarkSubscribeRSS Feed
Citrine10
Obsidian | Level 7

hi there

 

i am saving a file in a library and I want to datestamp it with todays date for e.g.

MyLib.Testfile_280921

 

how do I do that so that the date can be passed using todays date variable?

3 REPLIES 3
PaigeMiller
Diamond | Level 26

Let me point out that files named like MyLib.Testfile_280921 will not sort in any meaningful way, and if you change to YYMMDD, then the files will sort in chronological order.

 

So, you can use

 

data mylib.testifle_%sysfunc(today(),yymmddn8.);
--
Paige Miller

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

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