<?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: Possible to get FULLSTIMER summary stats at the end of an interactive pgm? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513446#M138343</link>
    <description>&lt;P&gt;You might need to set the option:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Options fullstimer;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 15 Nov 2018 17:07:11 GMT</pubDate>
    <dc:creator>SuryaKiran</dc:creator>
    <dc:date>2018-11-15T17:07:11Z</dc:date>
    <item>
      <title>Possible to get FULLSTIMER summary stats at the end of an interactive pgm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513441#M138341</link>
      <description>&lt;P&gt;When you run a sas code with fullstimer in batch, usually at the end of the said code, you also get a summary stats for the whole code run.&amp;nbsp; This I do not see produced in interactive (EG) produced log.&lt;/P&gt;
&lt;P&gt;1. I have tried PROC PRINTTO &amp;amp; ALTLOG still the same log as in interactive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I read from SAS DOCs:&lt;/P&gt;
&lt;TABLE width="100%" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR valign="top"&gt;
&lt;TD class="title2"&gt;&lt;A name="a003134762" target="_blank"&gt;&lt;/A&gt;The SAS Log in Interactive Mode&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In interactive mode, the SAS log is opened when SAS starts. The SAS log is not named until you save it in the active window. The name that you specify must follow the file naming conventions for your operating environment. The SAS log cannot be saved automatically in interactive mode. However, SAS can create a second copy of the SAS log if the ALTLOG= system option is set either at SAS invocation or in a configuration file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However nothing as in how to produce the same fullstimer results that are produced if the same code is run as batch.&amp;nbsp; I did setup ALTLOG as well as tried using PROC PRINTTO but no resoltuion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is a sample summary stats of a simple code I ran as batch, in addition to fullstimer at ea. step, I also got a nice summarized stanza of stats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/*end of code in addition to ea. step*/&lt;/P&gt;
&lt;P&gt;SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414&lt;BR /&gt;NOTE: The SAS System used:&lt;BR /&gt; real time 0.77 seconds&lt;BR /&gt; user cpu time 0.18 seconds&lt;BR /&gt; system cpu time 0.28 seconds&lt;BR /&gt; memory 8397.56k&lt;BR /&gt; OS Memory 9300.00k&lt;BR /&gt; Timestamp 11/15/2018 10:48:46 AM&lt;BR /&gt; Step Count 2 Switch Count 16&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 16:53:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513441#M138341</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-11-15T16:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to get FULLSTIMER summary stats at the end of an interactive pgm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513446#M138343</link>
      <description>&lt;P&gt;You might need to set the option:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Options fullstimer;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513446#M138343</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-11-15T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to get FULLSTIMER summary stats at the end of an interactive pgm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513447#M138344</link>
      <description>&lt;P&gt;Hmm, I do not know of an option to get the full run time for the entire batch directly in SAS.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can however use the &lt;A href="http://www.sascommunity.org/wiki/Tips:Measure_SAS_Performance_with_the_LOGPARSE_SAS_Macro" target="_self"&gt;LOGPARSE Macro&lt;/A&gt; and add the run times&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 17:07:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/513447#M138344</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-11-15T17:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to get FULLSTIMER summary stats at the end of an interactive pgm?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/514464#M138739</link>
      <description>&lt;P&gt;Thank you for the suggestion.&amp;nbsp; I was looking for a quick &amp;amp; dirty w FULLSTIMER, just the inability to get full stats, as in summary at the end of code is annoying.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 15:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Possible-to-get-FULLSTIMER-summary-stats-at-the-end-of-an/m-p/514464#M138739</guid>
      <dc:creator>shoin</dc:creator>
      <dc:date>2018-11-19T15:08:41Z</dc:date>
    </item>
  </channel>
</rss>

