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?
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.);
@PaigeMiller is totally right: year first or nothing.
What @ChrisNZ and @PaigeMiller said: YMD order, nothing else. And use 4-digit years, so 19991231 comes before 20000101.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.