@acordes ,
I think I don't have the options "run as".
You have to go to the Jobs menu and schedule that job.
https://pdcesx19027.sas.com/SASEnvironmentManager/jobs
but how do I retrieve the cashost name?
Check your inventory file if you do not know where the CAS server has been installed.
@acordes ,
I would like to review the SAS log as well as the CAS server log covering the time when you ran that job.
I don't know how to access the log from JobExecute.
the code executed in SAS Studio but failed in JobExecute is the following:
the job error that pops up says that libref casuser is not assigned.
the log from sas studio is:
cas;
caslib _all_ assign;
ods graphics on;
proc freq data=sashelp.class;
table sex*age/ plots=mosaicplot out=casuser.frek;
run;
@acordes ,
When you created a schedule for your job, what user did you specify in "Run as"? Also, I wasn't able to start a job in SAS Job Execution that connects to the CAS server without specifying CASHOST and CASPORT as shown below:
options cashost="<FQDN_OF_YOUR_CAS_SERVER>" casport=5570;
cas;
@acordes ,
I think I don't have the options "run as".
You have to go to the Jobs menu and schedule that job.
https://pdcesx19027.sas.com/SASEnvironmentManager/jobs
but how do I retrieve the cashost name?
Check your inventory file if you do not know where the CAS server has been installed.
that worked for me, thank you very much
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!