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

 

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

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

View solution in original post

2 REPLIES 2
Kurt_Bremser
Super User

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

AnnaShami
Fluorite | Level 6

 

I just used fdelete function it worked. Thanks so much for your help.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 4747 views
  • 1 like
  • 2 in conversation