I am trying to delete a file from a SAS program. The Unix commands I want to run are:
unalias rm;
rm -f &file..txt;
How do I do this? I tried using the 'x' statement, but can't get it to work. I need the commands to run in the same shell for unalias to work AND I need the macro variable to resolve.