BookmarkSubscribeRSS Feed
MarcTC
Obsidian | Level 7
Is there a faster way to retrieve last modified date of a SAS dataset than using PROC CONTENTS/MODATE?
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
"Faster"? Look at SAS DICTIONARY TABLES for this type of information -- suggest searching the SAS support website.

Scott Barry
SBBWorks, Inc.

Suggested Google advanced search argument, this topic / post:

dictionary tables site:sas.com
Ksharp
Super User
Check out function attrn() :

[pre]
%let dsid=%sysfunc(open(sashelp.class));
%let modte=%sysfunc(attrn(&dsid,modte),datetime20.)
[/pre]


Ksharp

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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
  • 2 replies
  • 13472 views
  • 2 likes
  • 3 in conversation