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

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
  • 2 replies
  • 13933 views
  • 2 likes
  • 3 in conversation