<?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 How to enable SAS Log in EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-SAS-Log-in-EG/m-p/704098#M37810</link>
    <description>&lt;P&gt;Hi :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do supervise a student who does an internship in a company and uses the company's SAS System via EG.&lt;/P&gt;
&lt;P&gt;SAS runs on some server. Main tool is OR- Proc Optmodel.&lt;/P&gt;
&lt;P&gt;I'm in Home Office and can access&amp;nbsp; SAS, SAS Studio or EG&amp;nbsp; - my EG is running locally. I use&amp;nbsp; EG&amp;nbsp; very sparsely.&lt;/P&gt;
&lt;P&gt;Difference :&amp;nbsp; In EG&amp;nbsp; I see the SAS Log as usual enfolding as the program (solver) runs.&lt;/P&gt;
&lt;P&gt;The student says I can see no SAS Log.&lt;/P&gt;
&lt;P&gt;What had the student to do to see the SAS log when in&amp;nbsp; EG&amp;nbsp; the&amp;nbsp; Optmodel's Solver iterates ??&lt;/P&gt;
&lt;P&gt;It's essential to monitor the progress.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Odenwald&lt;/P&gt;</description>
    <pubDate>Mon, 07 Dec 2020 10:33:06 GMT</pubDate>
    <dc:creator>ODENWALD</dc:creator>
    <dc:date>2020-12-07T10:33:06Z</dc:date>
    <item>
      <title>How to enable SAS Log in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-SAS-Log-in-EG/m-p/704098#M37810</link>
      <description>&lt;P&gt;Hi :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do supervise a student who does an internship in a company and uses the company's SAS System via EG.&lt;/P&gt;
&lt;P&gt;SAS runs on some server. Main tool is OR- Proc Optmodel.&lt;/P&gt;
&lt;P&gt;I'm in Home Office and can access&amp;nbsp; SAS, SAS Studio or EG&amp;nbsp; - my EG is running locally. I use&amp;nbsp; EG&amp;nbsp; very sparsely.&lt;/P&gt;
&lt;P&gt;Difference :&amp;nbsp; In EG&amp;nbsp; I see the SAS Log as usual enfolding as the program (solver) runs.&lt;/P&gt;
&lt;P&gt;The student says I can see no SAS Log.&lt;/P&gt;
&lt;P&gt;What had the student to do to see the SAS log when in&amp;nbsp; EG&amp;nbsp; the&amp;nbsp; Optmodel's Solver iterates ??&lt;/P&gt;
&lt;P&gt;It's essential to monitor the progress.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Odenwald&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2020 10:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-SAS-Log-in-EG/m-p/704098#M37810</guid>
      <dc:creator>ODENWALD</dc:creator>
      <dc:date>2020-12-07T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable SAS Log in EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-SAS-Log-in-EG/m-p/706294#M37881</link>
      <description>&lt;P&gt;Hard to know what's going on the student's side.&amp;nbsp; I know PROC PRINTTO could 'divert' the log file to another file on the system.&amp;nbsp; When that happens the log does not appear in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have the student view the value of the macro variable &amp;amp;SYSPRINTTOLOG .&amp;nbsp; On my system, this is variable contains the location of the logfile after my PROC PRINTTO call.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc printto log="C:\Users\fluffycat\Desktop\New Text Document.txt";
run;

proc print data=sashelp.vmacro;
  where name="SYSPRINTTOLOG";
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;                  Obs      scope          name         offset                         value

                       1    AUTOMATIC    SYSPRINTTOLOG       0      "C:\Users\fluffycat\Desktop\New Text Document.txt"
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps this procedure is the culprit and you can then disable it, and maybe track it down being called in an AUTOEXEC.sas file. (?)&amp;nbsp; Its a theory.&amp;nbsp; Something for you to try.&amp;nbsp; goodluck.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2020 13:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-enable-SAS-Log-in-EG/m-p/706294#M37881</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2020-12-16T13:19:34Z</dc:date>
    </item>
  </channel>
</rss>

