BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
bhanuprakash
Obsidian | Level 7

Hi Team,

 

Can you please provide your suggestion how we can extract XPT files created date?

1 ACCEPTED SOLUTION
3 REPLIES 3
Ksharp
Super User
data x;
rc=filename('x','c:\temp\class.xls');
fid=fopen('x');
do i=1 to foptnum(fid);
  foptname=foptname(fid,i);
  finfo=finfo(fid,foptname);
  output;
end;
run;
bhanuprakash
Obsidian | Level 7

Thank you so much for the Example. 

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1408 views
  • 0 likes
  • 3 in conversation