BookmarkSubscribeRSS Feed
Nithin
Calcite | Level 5
Hi,

I want to name jobs submitted from SAS EG to Grid with particular fashion. We do this with grdsvc_enable function on other client applications like PCSAS. It does not seem to work with SAS EG 4.3. Any ideas ?

Eg:

%let rc=%sysfunc(grdsvc_enable(test, server=SASApp; JOBNAME=jname));

Error :
NOTE: One or more missing close parentheses have been supplied for the %GRDSVC_ENABLE function.
JOBNAME=jname));
_______
180

ERROR 180-322: Statement is not valid or it is used out of proper order.
3 REPLIES 3
SPR
Quartz | Level 8 SPR
Quartz | Level 8
Hello Nithin,

Is it correct to have a semicolon in the parameters of grdsvc_enable or is it a typo?

Sincerely,
SPR
Nithin
Calcite | Level 5
Hey,

That is correct. JOBNAME is an attribute to grdsvc_enable function & not an argument.
Is there anyother way to do this?

-Nithin
ChrisHemedinger
Community Manager
Do you need the options in quotes?

%let rc=%sysfunc(grdsvc_enable(test, "server=SASApp; JOBNAME=jname"));

Chris
Check out SAS Innovate on-demand content! Watch the main stage sessions, keynotes, and over 20 technical breakout sessions!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 868 views
  • 0 likes
  • 3 in conversation