<?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: Export LOGS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137105#M11100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xia, Proc printto is working, but I am not able to see the log in EG window. Any solution to see the log in both the places ie EG window and the unix location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Jan 2015 13:02:31 GMT</pubDate>
    <dc:creator>pavan_reddy</dc:creator>
    <dc:date>2015-01-25T13:02:31Z</dc:date>
    <item>
      <title>Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137103#M11098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all, please suggest me a solution to export all the logs generated in EG to a unix location. I am having 3-4 programs in my EG project and want all of them to be exported. thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 12:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137103#M11098</guid>
      <dc:creator>pavan_reddy</dc:creator>
      <dc:date>2015-01-25T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137104#M11099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check&amp;nbsp; proc printto &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 12:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137104#M11099</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-25T12:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137105#M11100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xia, Proc printto is working, but I am not able to see the log in EG window. Any solution to see the log in both the places ie EG window and the unix location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 13:02:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137105#M11100</guid>
      <dc:creator>pavan_reddy</dc:creator>
      <dc:date>2015-01-25T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137106#M11101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this serverside.&lt;/P&gt;&lt;P&gt;First of all, you need to configure your workspace server to write separate logs for each session and also to include all actions done on the client. You do that in the sasv9_usermods.cfg and the logconfig.xml file.&lt;/P&gt;&lt;P&gt;Then you need to set up a process that copies the logs to the wanted location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding proc printto, specify the code you used, the log and what did not work.&lt;/P&gt;&lt;P&gt;"not working" ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 13:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137106#M11101</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-01-25T13:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137107#M11102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After running proc printto code ,you can print them back into LOG window by using another data step . Like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.....................&lt;/P&gt;&lt;P&gt;proc printto;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt; infile 'the file name of printto'&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;input;&lt;/P&gt;&lt;P&gt;putlog _infile_;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 15:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137107#M11102</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-25T15:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137108#M11103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ask your platform admin to activate logging using that logging framework at the server side.&lt;/P&gt;&lt;P&gt;The APM tooling is a standard documented approach with that.&amp;nbsp;&amp;nbsp; No need for manual coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 20:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137108#M11103</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-01-25T20:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137109#M11104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your objective is just to keep logs of your EG Project runs, you could consider exporting your projects as code and run them as SAS batch jobs which generate log files automatically. That way you don't need to make any process changes (PROC PRINTTO) or configure your SAS servers for logging.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Jan 2015 22:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/137109#M11104</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-01-25T22:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Export LOGS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/608755#M35203</link>
      <description>&lt;P&gt;Very useful.&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 16:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-LOGS/m-p/608755#M35203</guid>
      <dc:creator>evp000</dc:creator>
      <dc:date>2019-12-02T16:13:48Z</dc:date>
    </item>
  </channel>
</rss>

