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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -