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

Hi

I am using SAS EG for SAS SQL 1:Essentials.

 

If the program works then the log is empty - Not a single thing written on the log.

If there is an error in the program then the log shows details.

 

Can someone please help me?

 

Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

It seems like somehow you must have set NONOTES option. 

Try running this statement and code. 

 

option notes;

proc means data=sashelp.class;
run;

If that doesn't work, contact SAS tech support. 

 


@mlm155 wrote:

Hi

I am using SAS EG for SAS SQL 1:Essentials.

 

If the program works then the log is empty - Not a single thing written on the log.

If there is an error in the program then the log shows details.

 

Can someone please help me?

 

Thanks

 


 

View solution in original post

5 REPLIES 5
ballardw
Super User

You might share what the program looks like.

 

And have you tried restarting your session? If you have managed to do something with Log options, like Proc Printto, then I think that restarting might reset.

mlm155
Obsidian | Level 7

For all the programs in SAS SQL 1 : Essentials, I don't get anything in the log when I run them.

eg: Activity 4.05 asks to run the query and check the log. There is nothing in the log.

 

I restarted SAS as well as the laptop but no luck.

I am not sure how to use proc printto

 

Thanks

Reeza
Super User

It seems like somehow you must have set NONOTES option. 

Try running this statement and code. 

 

option notes;

proc means data=sashelp.class;
run;

If that doesn't work, contact SAS tech support. 

 


@mlm155 wrote:

Hi

I am using SAS EG for SAS SQL 1:Essentials.

 

If the program works then the log is empty - Not a single thing written on the log.

If there is an error in the program then the log shows details.

 

Can someone please help me?

 

Thanks

 


 

mlm155
Obsidian | Level 7
Thanks. It worked!
Appreciate your support!
mlm155
Obsidian | Level 7

Hi,

Would like some help with another issue in log.

Whenever I run a program I get the log with all the messages now. Additionally I get a bunch of numbers displayed with the word _DISARM everywhere.

(see the picture attached)log_photo.png

I have no idea what this is. Anybody able to explain me what this is and why I get it and how to get rid of it?

Thanks in advance!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Autotuning Deep Learning Models Using SAS

Follow along as SAS’ Robert Blanchard explains three aspects of autotuning in a deep learning context: globalized search, localized search and an in parallel method using SAS.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 2392 views
  • 2 likes
  • 3 in conversation