Hello All,
we are using sas 9.4 on linux as grid environment.
my question is if we run a batch job via command line with below command where output goes?
$sas test.sas
(code is data test; a=123; run;)
Logs says work.test created -> i am trying to find this table
this created directory under my home dir with "SASGSUB-date-time...." where i can see logs+job details+sas program itself. I checked under "grid-share" dir but i don't see output there. I also checked temporary sas work space directory but i don't see anything under my id either.
please advise.
Thanks!