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.

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!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 2 replies
  • 4206 views
  • 1 like
  • 2 in conversation