My program use file, which is assigned as FTP (filename fntemp FTP 'test.txt' ... ; ).
After i process this file, I want to delete it.
When i use these statements:
%let rc = %sysfunc(fdelete(fntemp));
I get sysmsg.
%let msg = %sysfunc(sysmsg());
%put &msg; ERROR: Requested function is not supported.
Is there any other ways supported by SAS, which i can use?