Hello experts,
I want to delete specific excel files from a folder on the network using a sas code. How can I achevie that?
Thank You.
a) what keeps you from doing it with operating system tools (shell script)?
b) to do it from SAS, you either need to be able to use external commands (which is prohibited by the default configuration of the workspace server), or you can use the fdelete function.
c) to get filenames for a directory, also use external commands (preferrably with the filename pipe), or try what is described here
a) what keeps you from doing it with operating system tools (shell script)?
b) to do it from SAS, you either need to be able to use external commands (which is prohibited by the default configuration of the workspace server), or you can use the fdelete function.
c) to get filenames for a directory, also use external commands (preferrably with the filename pipe), or try what is described here
I just used fdelete function it worked. Thanks so much for your help.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.