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
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
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.
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
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
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)
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!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.