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
Learn from the Experts! Check out the huge catalog of free sessions in the Ask the Expert webinar series.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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