BookmarkSubscribeRSS Feed
Harish2
Calcite | Level 5

Hi team,

 

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";

 

Thanks,

Harish

 

 

 

1 REPLY 1
SASKiwi
PROC Star

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.

 

Note XCMD is a restricted option that can only be set by administrators: https://documentation.sas.com/?docsetId=hostwin&docsetTarget=chsysoptfn1.htm&docsetVersion=9.4&local...

sas-innovate-white.png

Special offer for SAS Communities members

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.

 

View the full agenda.

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 541 views
  • 0 likes
  • 2 in conversation