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

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 13223 views
  • 2 likes
  • 3 in conversation