BookmarkSubscribeRSS Feed
JasonNC
Quartz | Level 8

Hi,

 

I created an excel file for my job which contains some information which will be used in my code.This excel file will be updated twice a month depending on information provided from other people.

 

My sas job should run daily.What i am trying to achieve is if the excel file is modified with in the past day or today then it should trigger the sas import i created which reads the excel file and creates a sas dataset.

 

How to check the last modified date for excel file and if it's updated with in last day or today then trigger the import job to create sas permanent file

 

Thanks for your support

3 REPLIES 3
Reeza
Super User

Are you running this off a desktop install or do you have SAS DI Studio or access to a scheduling tool to batch process your files?

JasonNC
Quartz | Level 8

I am running this off of base sas desktop install

error_prone
Barite | Level 11

Solve this problem with the scheduling features of your operating system. 

 

Getting file-information in SAS is possible with the functions fopen and finfo -> check the documentation, there is an example showing how to get file-information.

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
  • 3 replies
  • 971 views
  • 0 likes
  • 3 in conversation