I am facing error while running the below code.Please help to me to give the solution on the same.As i want to move/delete the .txt file from the SAS server it showing below error.
ERROR: Shell escape is not valid in this SAS session.
Code: X "mv /kms/warehouse/sffecm/SURS_Recoveries.txt /kms/warehouse/dxcva";
Check your SAS session options and you will probably find NOXCMD is set. Run PROC OPTIONS to check. You need to change it to XCMD for your X statement to work.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.