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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.