BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Sinistrum
Quartz | Level 8

Dear community,

 

I would be glad if you could comment on this "rather exotic" issue of mine.

 

The scenario is the following:

I started a program yesterday evening in order to let it run overnight.

The log is redirected to a file via

proc printto log="c:\directory-name\filename.log"; run;

Clumsy as I am, I had the following added to the program:

options nonotes nosource nosource2 errors=0;

So you can imagine, how informative my log is.

 

The program is still running and I suspect something suspicious is going on.

But looking at the "log" will not help.

 

Can I somehow "edge in"

options notes source source2 errors=20;

to fill the log with life again?

I do not want to terminate the program, for I do not have a "feeling" at which point the program is.

Maybe, something is really wrong and it is e.g. at 7%, or, I terminate at 99% and everything is lost.

 

I see, this is a very "special" constellation, having come into existence due to my sheer idioty.

But still, maybe there is some hope for me.

If not, I learn something about how SAS-program-processing works (hey, it is something).

 

Yours sincerely,

Sinistrum

 

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2
Kurt_Bremser
Super User

I guess you ran it from EG?

But anyway, the only option you have is stopping/terminating the job.

Another reason why one should never reduce the information going to the log.

Sinistrum
Quartz | Level 8

Thank you for your reply.

 

I guess, "EG" means "Enterprise Guide"?

Then no, I have run it with base SAS (yes, there is a base SAS users as stupid as me out there).

 

I will terminate the program.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 859 views
  • 2 likes
  • 2 in conversation