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
Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

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