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
SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 1811 views
  • 0 likes
  • 3 in conversation