SAS X command syntax to generate log file on linux server -
I am trying to get the log file from SOS program using the X command in Easy.
My program runs fine, but no log file has been generated.
I have tried all of these
x sas "& amp; baseir.simulation / run2003.sas" -log "& amp; based /.;
X SAS" & amp; Basedir.simulation / run2003.sas "-log '/pm/code/dev/log/logrun.log' & amp;;
Try:
x "sas and baseir.simulation / run2003.sas -log '/ pm / code /dev/log/logrun.log' & amp; "; You can also view it in a data phase and by using call system () data_null_ Format format $ 200; runem = "Sass and Assider. Simulation / run 2003. sas -log '/pm/code/dev/log/logrun.log' "|| '& amp;' '; call system (runme); run;
Comments
Post a Comment