BookmarkSubscribeRSS Feed
larnzsword
Calcite | Level 5

 

is there way to view in EG the status of a SAS job submitted to the Grid  ?  the local log and output window are not returned/displayed.  one can't tell if job completed or not or if errors encountered.  

8 REPLIES 8
george_georgiou
SAS Employee

The SAS log should actually return any errors/warnings and even tell you on which node in the Grid.  What version of SAS EG are you running?

 

 

larnzsword
Calcite | Level 5

 

SAS version: 9.04.01M4P110916

EG version: 7.12 (7.100.2.3350) (32-bit)

 

Babloo
Rhodochrosite | Level 12

How to find in the log to know in which node the job has failed?

larnzsword
Calcite | Level 5

@george_georgiou, @JuanS_OCS, @Babloo

 

thanks all for you replies. 

 

just wondering why my SAS code submitted to the Grid does not return anything either the log or output.  something to do with our SAS setup ?     SAS tutorial using EG shows log results displayed after code submitted to the Grid.  hope someone can explain what's going on. 

 

george_georgiou
SAS Employee

You might actually have the option turned off inside the EG options.

 

Try this and let me know if you get your SAS log:

 

Open SAS Enterprise Guide > go to Tools > Options > Results > Results General > make sure the option "Show generated wrapper code" is checked.

 

 

 

larnzsword
Calcite | Level 5
thanks. going to try it and report it here.
larnzsword
Calcite | Level 5

@george_georgiou

 

My settings are fine.

 

I may have misstated about LOG part.  I got something in the log:  

 

NOTE: Remote signon to GRID1 complete.

35 rsubmit grid1 persist=no;

5 The SAS System 12:44 Friday, November 17, 2017

NOTE: Background remote submit to GRID1 in progress.

 

However, query results were not returned back to EG.

 

Here is SAS code (copied from SAS tutorial) submitted:

 

%let jnvar = lte_2017c;

 %let rc=%sysfunc(GRDSVC_ENABLE(_ALL_,SERVER=SASApp; jobname=jnvar));

 

signon grid1 connectwait=no;

rsubmit grid1 persist=no ;

 

MY SAS CODE

 

endrsumit;

 

And that's it.

 

 

That's it.

JuanS_OCS
Amethyst | Level 16

Hello @larnzsword,

 

I don't think sas EG is the best tool for that. However, there are tools out there that will help with that question and many others (as performance, monitoring, killing sessions, etc). My favourite is the Enterprise Session Monitor (aka ESM provided by Boemska.

 

You can find more information at 

https://boemskats.com/esm/

https://communities.sas.com/t5/Administration-and-Deployment/dash-board-to-monitor-all-the-running-j...

 

And I am sure @boemskats can provide you more information.

 

Hope it helps.

 

Kind regards,

Juan

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 8 replies
  • 1773 views
  • 1 like
  • 4 in conversation