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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 544 views
  • 1 like
  • 4 in conversation