BookmarkSubscribeRSS Feed
LouisBB
Calcite | Level 5
Dear all,

I haver written a code node, in EG3, that generates a bunch of reports based on a meta data table. Each report gets some data processing followed by a proc tabulate statement.
After running the node the log opens and the node gets a red cross and border. There are no error or warning messages in the log. Could it be that the length of the log triggers this? The log is 149612 lines long.

Thanks for any hints.
LouisBB.
3 REPLIES 3
ChrisHemedinger
Community Manager
Louis,

When EG3 submits a job to SAS, it "listens" for events from the SAS server that indicate an error. Occasionally SAS triggers an error event that doesn't correspond to an error in the resulting SAS log.

In this case, I think you can consider the error indication as erroneous -- or at least not important for your output. EG 4.1 fixes this by actually examining the SAS log for error lines and displaying the dreaded "red X" only when the log actually contains an error.

Chris
SAS Innovate 2025: Call for Content! Submit your proposals before Sept 16. Accepted presenters get amazing perks to attend the conference!
LouisBB
Calcite | Level 5
Thanks Chris, We are planning an upgrade to EG4 shortly after the SP4 implementation at our site. LouisBB.
pwe
Fluorite | Level 6 pwe
Fluorite | Level 6
With EG4 you can completely mask errors by using PROC PRINTO and direct the log to a file. I find this effective when I check for and correct errors in a stored process and do not want the big red X in EG. You can also trigger the big red X by printing the string ERROR: to the log

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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