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 Hackathon registration is open! Build your skills. Make connections. Enjoy creative freedom. Maybe change the world.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 962 views
  • 0 likes
  • 3 in conversation