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

Hi

 

I figured it is not deleting because the rc variable is another format and I'm guessing it is unable to identify it:

 

 

Citrine10
Obsidian | Level 7

I changed it now to reference the variable 'fullpath' but it still doesnt delete the files:

 

 

japelin
Rhodochrosite | Level 12

Is it possible to specify one of those full paths and delete it with the following code?

filename fname 'specify fullpath';
data _null_;
  rc=fdelete('fname');
  put rc=;
run;

If rc is 0, then the file has been deleted.
Could you try setting the return value of the filename function to "rc0" instead of "rc" and check if the filename function is being handled correctly?

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 17 replies
  • 949 views
  • 5 likes
  • 4 in conversation