<?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 Empty Screen after Proc Printto Log in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Empty-Screen-after-Proc-Printto-Log/m-p/952249#M42801</link>
    <description>&lt;P&gt;I am using SAS EG and create manually a log file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let logs=&amp;amp;root./logs;
proc printto log="&amp;amp;logs./log_file%sysfunc(date(),yymmddn6.)txt";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When the code runs I get an empty screen and I cannot execute any other commands. Do I need to somehow close the log file?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 02:44:56 GMT</pubDate>
    <dc:creator>trevand</dc:creator>
    <dc:date>2024-12-02T02:44:56Z</dc:date>
    <item>
      <title>Empty Screen after Proc Printto Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Empty-Screen-after-Proc-Printto-Log/m-p/952249#M42801</link>
      <description>&lt;P&gt;I am using SAS EG and create manually a log file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let logs=&amp;amp;root./logs;
proc printto log="&amp;amp;logs./log_file%sysfunc(date(),yymmddn6.)txt";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When the code runs I get an empty screen and I cannot execute any other commands. Do I need to somehow close the log file?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 02:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Empty-Screen-after-Proc-Printto-Log/m-p/952249#M42801</guid>
      <dc:creator>trevand</dc:creator>
      <dc:date>2024-12-02T02:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Empty Screen after Proc Printto Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Empty-Screen-after-Proc-Printto-Log/m-p/952254#M42802</link>
      <description>&lt;P&gt;You need another PROC PRINTTO to end up with this proc printto:&lt;BR /&gt;&lt;BR /&gt;%let logs=&amp;amp;root./logs;&lt;BR /&gt;proc printto log="&amp;amp;logs./log_file%sysfunc(date(),yymmddn6.)txt" new;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;............................................&lt;/P&gt;
&lt;P&gt;proc printto ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 08:43:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Empty-Screen-after-Proc-Printto-Log/m-p/952254#M42802</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-12-02T08:43:24Z</dc:date>
    </item>
  </channel>
</rss>

