Hi,
I have enabled the x command on SAS server and i am seeing the following error when i run the statement.
We have SAS running on windows 2012 server.
Raghu.
Did you verify XCMD was enabled?
Try this:
proc options option=XCMD;
run;
What does the log show?
@raghuvenkata wrote:
Hi,
I have enabled the x command on SAS server and i am seeing the following error when i run the statement.
We have SAS running on windows 2012 server.
Raghu.
Thanks razza for the update. I have verified xcmd was enabled by running the below code. I am seeing this from the log.
GOPTIONS ACCESSIBLE;
26 proc options option=XCMD;
27 run;
SAS (r) Proprietary Software Release 9.4 TS1M5
NOXCMD Disables the X command in SAS.
NOTE: PROCEDURE OPTIONS used (Total process time):
real time 0.03 seconds
cpu time 0.00 seconds
okay. I need to restart the SAS services?
okay Thank you Rezza for your help.
There is no need to create an image of code or logs. Copy the text from the editor or log window and paste into a code box on the forum opened using the {I} icon.
For many issues we can suggest code changes easier if we don't have to retype your code from scratch.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.