<?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: nothing has been written to SAS log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754492#M237936</link>
    <description>Hello,&lt;BR /&gt;Thanks for the response. I have not seen nonotes on the code. I will search for it tomorrow.&lt;BR /&gt;Regards,&lt;BR /&gt;blueblue</description>
    <pubDate>Fri, 16 Jul 2021 05:24:36 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2021-07-16T05:24:36Z</dc:date>
    <item>
      <title>nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754448#M237919</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;I have inherited SAS code that I need to understand.&lt;/P&gt;
&lt;P&gt;I am trying to run each piece of code or I run the whole code, nothing has been written to SAS Log. I wonder if there a keyword that prevents from everything written to SAS log.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 21:11:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754448#M237919</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-15T21:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754449#M237920</link>
      <description>OPTION NONOTES.</description>
      <pubDate>Thu, 15 Jul 2021 21:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754449#M237920</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-15T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754451#M237921</link>
      <description>Does it have proc printto?</description>
      <pubDate>Thu, 15 Jul 2021 21:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754451#M237921</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2021-07-15T21:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754457#M237925</link>
      <description>&lt;P&gt;And %INCLUDE means the code in the link isn't piped to the logs either unless the SOURCE option is specified.&lt;/P&gt;
&lt;P&gt;And most importantly - did you actually call the macro?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 22:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754457#M237925</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-15T22:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754460#M237927</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;Yes it has logpath, logfile and printto. I took the off, still I can't view the log, so I can't understand what code does.&lt;/P&gt;
&lt;P&gt;thanks,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 23:11:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754460#M237927</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-15T23:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754461#M237928</link>
      <description>&lt;P&gt;I am not worried about include statement which is a call to other macros in other file and I saw macros in that file has include statements, which in turn point to other files, nest include statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code has source and source2 in the beginning of the code.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't want to save the log in a location as the owner of code has done it. I want to view the code in the log so I can find out how the program works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;blue blue&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 23:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754461#M237928</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-15T23:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754492#M237936</link>
      <description>Hello,&lt;BR /&gt;Thanks for the response. I have not seen nonotes on the code. I will search for it tomorrow.&lt;BR /&gt;Regards,&lt;BR /&gt;blueblue</description>
      <pubDate>Fri, 16 Jul 2021 05:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754492#M237936</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-16T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754493#M237937</link>
      <description>&lt;P&gt;Yes, it does.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 05:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754493#M237937</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-16T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754495#M237938</link>
      <description>&lt;P&gt;Hello Reeza,&lt;/P&gt;
&lt;P&gt;I can see source and source2.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will let you know if there is a call to the Macro. I just can't see anything written to the log. Log itself is saved somewhere in a directory. I can view it, I'd like to view it in sas log, the one which is gone after we close the program. That way, I can understand what each code does.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blueblue&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 05:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754495#M237938</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-16T05:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754499#M237942</link>
      <description>&lt;P&gt;Comment or remove PROC PRINTTO then.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 06:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754499#M237942</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-07-16T06:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754580#M237984</link>
      <description>OPTION NONOTES nosource nosource2;</description>
      <pubDate>Fri, 16 Jul 2021 12:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754580#M237984</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-07-16T12:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: nothing has been written to SAS log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754627#M238016</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;I commented out logpath and logfile and now I can see the log.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;blue blue&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 16:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nothing-has-been-written-to-SAS-log/m-p/754627#M238016</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2021-07-16T16:25:21Z</dc:date>
    </item>
  </channel>
</rss>

