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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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