<?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 Alternative ways to convert sas log to pdf in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748615#M235111</link>
    <description>&lt;P&gt;Hi everyone ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to convert SAS log to pdf . I found a solution which works , have provided the link below .&lt;/P&gt;
&lt;P&gt;&lt;A title="Convert Log to PDF" href="https://support.sas.com/kb/51/626.html" target="_blank" rel="noopener"&gt;Log to PDF&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any other methods to convert SAS Log to PDF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Mohammad Umair Kazi.&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jun 2021 05:34:48 GMT</pubDate>
    <dc:creator>kaziumair</dc:creator>
    <dc:date>2021-06-17T05:34:48Z</dc:date>
    <item>
      <title>Alternative ways to convert sas log to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748615#M235111</link>
      <description>&lt;P&gt;Hi everyone ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to convert SAS log to pdf . I found a solution which works , have provided the link below .&lt;/P&gt;
&lt;P&gt;&lt;A title="Convert Log to PDF" href="https://support.sas.com/kb/51/626.html" target="_blank" rel="noopener"&gt;Log to PDF&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are there any other methods to convert SAS Log to PDF?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and Regards,&lt;/P&gt;
&lt;P&gt;Mohammad Umair Kazi.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 05:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748615#M235111</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-06-17T05:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative ways to convert sas log to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748631#M235119</link>
      <description>&lt;P&gt;To be honest, I would refrain from doing this on a regular basis. Log files are much easier to handle and parse in their pure text form. And they are smaller.&lt;/P&gt;
&lt;P&gt;And if I need to write nice documentation (like previous papers for SAS Global Forums), I copy/paste the log text into the word processor, and save the document as pdf later anyway.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 07:48:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748631#M235119</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-17T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative ways to convert sas log to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748638#M235125</link>
      <description>Hi ,&lt;BR /&gt;The code for which the log will be converted to PDF is run on a monthly basis . I want to save the logs generated each month in a folder.</description>
      <pubDate>Thu, 17 Jun 2021 09:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748638#M235125</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-06-17T09:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative ways to convert sas log to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748639#M235126</link>
      <description>&lt;P&gt;You don't need to package the logs into pdf for that. Just redirect the logs with PROC PRINTTO (if interactive) or the -log commandline option (if the code is run in batch).&lt;/P&gt;
&lt;P&gt;All our production logs are kept as pure text and accessible through the web server.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 09:28:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748639#M235126</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-17T09:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative ways to convert sas log to pdf</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748772#M235186</link>
      <description>&lt;P&gt;PDF is a publishing format. Unless you are publishing your SAS logs for some reason I see no benefit to converting them from text.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jun 2021 20:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Alternative-ways-to-convert-sas-log-to-pdf/m-p/748772#M235186</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-17T20:30:39Z</dc:date>
    </item>
  </channel>
</rss>

