The X command has not been installed? I have never heard of that with SAS. Are you on a windows OS? Perhaps you are not passing the correct command string?
Try the command in a reg (win) Dos or(unix) shell window. Does the command work there? If it does, try the system function (works off of the x command but in a data step.
Code:
ex.
data _null_;
x = system ("your command here");
run;
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.