Hello,
i want to know how can we make sure all jobs [via clients applications, like EG or batch jobs] runs on grid by default? I don't want to include below statements to run jobs in grid? OR with 9.4 its there by default? Thanks -
%let rc=%sysfunc( grdsvc_enable(_all_, server=SASApp));
signon grid_sess1; rsubmit;
/* the SAS code to run in the grid session goes here */
endrsubmit; signoff;
I don't have any experience with grid computing, but I assume you could add the grdsvc_enable function call to your SASApp autoexec_usermods program. That way it will run automatically when a SASApp session is started, regardless of how it is invoked (batch, EG, SAS Studio etc).
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.