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;