<?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: No log displayed for ESQ1M6_EG in Advanced Programming</title>
    <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789882#M169</link>
    <description>Thanks. It worked!&lt;BR /&gt;Appreciate your support!</description>
    <pubDate>Thu, 13 Jan 2022 04:43:47 GMT</pubDate>
    <dc:creator>mlm155</dc:creator>
    <dc:date>2022-01-13T04:43:47Z</dc:date>
    <item>
      <title>No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789854#M165</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am using SAS EG for SAS SQL 1:Essentials.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the program works then the log is empty - Not a single thing written on the log.&lt;/P&gt;&lt;P&gt;If there is an error in the program then the log shows details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 23:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789854#M165</guid>
      <dc:creator>mlm155</dc:creator>
      <dc:date>2022-01-12T23:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789859#M166</link>
      <description>&lt;P&gt;You might share what the program looks like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 23:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789859#M166</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-01-12T23:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789866#M167</link>
      <description>&lt;P&gt;For all the programs in SAS SQL 1 : Essentials, I don't get anything in the log when I run them.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;eg: Activity 4.05 asks to run the query and check the log. There is nothing in the log.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I restarted SAS as well as the laptop but no luck.&lt;/P&gt;&lt;P&gt;I am not sure how to use &lt;STRONG&gt;proc printto&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 01:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789866#M167</guid>
      <dc:creator>mlm155</dc:creator>
      <dc:date>2022-01-13T01:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789871#M168</link>
      <description>&lt;P&gt;It seems like somehow you must have set NONOTES option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try running this statement and code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option notes;

proc means data=sashelp.class;
run;

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If that doesn't work, contact SAS tech support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/405901"&gt;@mlm155&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I am using SAS EG for SAS SQL 1:Essentials.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the program works then the log is empty - Not a single thing written on the log.&lt;/P&gt;
&lt;P&gt;If there is an error in the program then the log shows details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone please help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 02:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789871#M168</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-01-13T02:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789882#M169</link>
      <description>Thanks. It worked!&lt;BR /&gt;Appreciate your support!</description>
      <pubDate>Thu, 13 Jan 2022 04:43:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/789882#M169</guid>
      <dc:creator>mlm155</dc:creator>
      <dc:date>2022-01-13T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: No log displayed for ESQ1M6_EG</title>
      <link>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/790616#M170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Would like some help with another issue in log.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;(see the picture attached)&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="log_photo.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67479i5055202A1DB2A675/image-size/large?v=v2&amp;amp;px=999" role="button" title="log_photo.png" alt="log_photo.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 03:08:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Advanced-Programming/No-log-displayed-for-ESQ1M6-EG/m-p/790616#M170</guid>
      <dc:creator>mlm155</dc:creator>
      <dc:date>2022-01-18T03:08:05Z</dc:date>
    </item>
  </channel>
</rss>

