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...

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 600 views
  • 0 likes
  • 2 in conversation