<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS LOG not showing information. in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878415#M1832</link>
    <description>&lt;P&gt;It sounds like you have a repeatable problem that is effecting you, but not effecting your colleagues who use the same server.&amp;nbsp; I would suggest contacting SAS technical support for help.&amp;nbsp; They will know more about how Studio hides its log, and what might be going on to make Studio accidentally show its log (from the Studio wrapper) but hide your log (from the main code).&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 13:40:00 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2023-05-31T13:40:00Z</dc:date>
    <item>
      <title>SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878173#M1819</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;I have been using SAS for a year now. Every time I execute a query, SAS log processing starts from&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;73 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;and after that, the query starts executing and you can see that in the log. But for some time my log is starting from line 1 and end up at line 73 which is,&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;73 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class=""&gt;after that, I can only see warnings and errors&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Log Error_1.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84464i5096BBE84EF804BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS Log Error_1.png" alt="SAS Log Error_1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Log Error_2.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84463i41680298D9AF565B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS Log Error_2.png" alt="SAS Log Error_2.png" /&gt;&lt;/span&gt;except that no notes or general information is visible.&lt;BR /&gt;I am attaching a few screenshots.&lt;/DIV&gt;&lt;DIV class=""&gt;Please help me with the process to correct my Logs.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 May 2023 07:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878173#M1819</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-30T07:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878177#M1820</link>
      <description>See the solution from &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; in the thread: &lt;A href="https://communities.sas.com/t5/SAS-Software-for-Learning/What-does-this-mean-in-a-SAS-Studio-log-file-OPTIONS-NONOTES/td-p/444636" target="_blank"&gt;https://communities.sas.com/t5/SAS-Software-for-Learning/What-does-this-mean-in-a-SAS-Studio-log-file-OPTIONS-NONOTES/td-p/444636&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For more informtion see: &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/p119kau8rt2ebgn1bzaipafu6jp3.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/p119kau8rt2ebgn1bzaipafu6jp3.htm&lt;/A&gt;</description>
      <pubDate>Tue, 30 May 2023 08:04:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878177#M1820</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-05-30T08:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878215#M1822</link>
      <description>&lt;P&gt;This looks very strange.&amp;nbsp; It's like somehow SAS Studio has things backwards.&amp;nbsp; I think it tries to hide the log from much of the "wrapper code" it generates.&amp;nbsp; In this case, it is showing you the log from the wrapper code but then hiding your own code.&amp;nbsp; This happens with every submission, even if you just code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want; 
 set sashelp.class;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;If you log out, close your browser, and then open it and log in again to start a fresh SAS session, you have the same problem?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 12:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878215#M1822</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-05-30T12:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878239#M1823</link>
      <description>&lt;P&gt;Question: What do you think NONOTES means as an option?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 14:33:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878239#M1823</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-30T14:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878347#M1824</link>
      <description>As I can understand from context, it tells the log not to print/show any notes during query.</description>
      <pubDate>Wed, 31 May 2023 04:21:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878347#M1824</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-31T04:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878349#M1825</link>
      <description>&lt;P&gt;I am attaching the LOG for the query.&lt;BR /&gt;It has been like this for 3 weeks now. I tried these things but didn't work.&lt;BR /&gt;I am really looking for anything now just want to see my logs T_T&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS LOG SAS_HELP.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84515iB85BA7EFFFD97C26/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS LOG SAS_HELP.png" alt="SAS LOG SAS_HELP.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 04:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878349#M1825</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-31T04:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878350#M1826</link>
      <description>&lt;P&gt;What version of SAS Studio are you using? Looks like you need to change your &lt;A href="https://documentation.sas.com/doc/en/webeditorcdc/v_031/webeditorug/p0ry4589ipdbbln1xbylny40o7ve.htm#p0hg2cz2vycrs3n1ougnm2fkzxzh" target="_blank" rel="noopener"&gt;SAS Studio preferences&lt;/A&gt; to see your entire SAS log.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 04:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878350#M1826</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-31T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878352#M1827</link>
      <description>In line 72, "option nonotes nosource" almost prevent everything to print in log.</description>
      <pubDate>Wed, 31 May 2023 06:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878352#M1827</guid>
      <dc:creator>whymath</dc:creator>
      <dc:date>2023-05-31T06:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878361#M1828</link>
      <description>&lt;P&gt;Hi whymath,&lt;/P&gt;&lt;P&gt;I get the understanding of this but when I tried using OPTIONS&amp;nbsp;NOTES, it didn't change anything in log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question regarding this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If Option nonotes nosource nosyntaxcheck prevent it from printing to log then should nosyntaxcheck also stop it from checking/printing the syntax error. If so it is printing the syntax errors. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please help me how to put options in SAS if I am doing anything wrong to correct my code logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS LOG Syntax_Error.png" style="width: 948px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84517iEB8F535D6484DF9D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAS LOG Syntax_Error.png" alt="SAS LOG Syntax_Error.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878361#M1828</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-31T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878366#M1829</link>
      <description>&lt;P&gt;Your OPTIONS statement in line 73 is not one of the default statements SAS Studio sends with every submit; it is either part of your code or set in the individual Studio options.&lt;/P&gt;
&lt;P&gt;Remove it, so you get a full log to help you in fixing your code.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:50:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878366#M1829</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-05-31T07:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878388#M1830</link>
      <description>Hey Kurt,&lt;BR /&gt;Thank you for the reply.&lt;BR /&gt;It is not a part of the code, it is set by SAS.&lt;BR /&gt;I tried putting OPTIONS Command but it is not changing anything.&lt;BR /&gt;Can you help me with how to change my individual STUDIO options as other users do not have such problem with their log.</description>
      <pubDate>Wed, 31 May 2023 10:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878388#M1830</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-31T10:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878389#M1831</link>
      <description>I am using SAS VIya 3.5&lt;BR /&gt;I tried changing my options but it didn't work.</description>
      <pubDate>Wed, 31 May 2023 10:29:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878389#M1831</guid>
      <dc:creator>Discaboota</dc:creator>
      <dc:date>2023-05-31T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878415#M1832</link>
      <description>&lt;P&gt;It sounds like you have a repeatable problem that is effecting you, but not effecting your colleagues who use the same server.&amp;nbsp; I would suggest contacting SAS technical support for help.&amp;nbsp; They will know more about how Studio hides its log, and what might be going on to make Studio accidentally show its log (from the Studio wrapper) but hide your log (from the main code).&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:40:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878415#M1832</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-05-31T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878423#M1833</link>
      <description>&lt;P&gt;Check what is in your AUTOEXEC file.&amp;nbsp; SAS/Studio normally disables the LOG messages while it is running the AUTOEXEC file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a menu to let you modify your AUTOEXEC file directly in SAS/Studio.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_1-1685541243052.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84524iCAF3D1CFBA06EE3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_1-1685541243052.png" alt="Tom_1-1685541243052.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should also check the setting of whether or not to show to generated code in the log in the Preferences.&amp;nbsp; Here is where it is in the SAS Studio 3.81 that is being use by SAS ODA.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1685541186973.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/84523i610044DD67521EEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1685541186973.png" alt="Tom_0-1685541186973.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 13:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878423#M1833</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-05-31T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878440#M1834</link>
      <description>&lt;P&gt;Please run the following code snippit in a fresh sas studio session and analise the log.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;

title1 "OPTIONS NOTES STIMER SOURCE SYNTAXCHECK;";

proc print data=sashelp.class(obs=1);
   %put This is the procentput from the first proc print; 
   %put It executes with the options; 
   %put notes stimer source syntaxcheck;
run;

OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;

title1 "OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;";

proc print data=sashelp.class(obs=2);
   %put this is the procentput from the second proc print;
   %put It executes with the options; 
   %put nonotes nostimer nosource nosyntaxcheck;
run;

title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you still think something is wrong after that then please copy and paste your logfile in an 'insert SAS code"-object in a post.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878440#M1834</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2023-05-31T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS LOG not showing information.</title>
      <link>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878590#M1836</link>
      <description>&lt;P&gt;I suggest you open a Tech Support track for this. They are in the best position to figure out what is going wrong for you.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 23:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/SAS-LOG-not-showing-information/m-p/878590#M1836</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-05-31T23:28:20Z</dc:date>
    </item>
  </channel>
</rss>

