Hi All,
Could you let me know how to delete a folder in a folder using SAS? Thank you so much!!
delete function.
Please note, that the DELETE function as outline above, can only be used within a SCL (SAS Component Language) program.
To delete files or directories from within the DATA Step or a Macro program you need to use the FDELETE function.
Bruno
Hi Reeza and Bruno,
Thank you so much for your suggestion!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.