Hey,
My goal is to have a script that can
- Check the date a file has been created in a network folder 'X'
- If it is the latest file then copy it over to another network folder 'Y'. Latest file can be compared using system dates or checking file names in folders 'X' and 'Y'
What I have:
I have EG 4.2 installed on a server that I am connecting via a UNIX account. In terms of permissions I can import and export files from my computer.
Question:
- Does SAS EG support such a task?
I have looked online and there are non sas scripts and softwares that do that but was wondering if SAS can do that for me.
Have a nice bank holiday weekend.
Thanks
Jai
Depends on your settings, if you're allowed to pass system commands through it's relatively easy.
This is a better job for a system commands but can be done via SAS.
Steps
1. Process to list all files and determine the latest file. You can find scripts for that all across the forums and web.
2. You can copy using FCOPY or X Copy.
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.