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.