<?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: all information in log file is suppressed in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185625#M12834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It was a very long statement. So when I copied them to prepare the question, I shortened them. It was right when I ran it in SAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set b;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the log file, there is no observation information. It was fine before. For example, it usually tells how many observations have been read in from source data and how many observations are saved in destination data set.&amp;nbsp; But suddenly it disappeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how I can get them back in log file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2014 14:46:00 GMT</pubDate>
    <dc:creator>Sunny_Sun</dc:creator>
    <dc:date>2014-11-25T14:46:00Z</dc:date>
    <item>
      <title>all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185623#M12832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS log file suddenly becomes the following. I need to know how many observations were read in and how many observations are saved in new data etc. How can I get them back in log file?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;Many thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;Sunny&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1695&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;1696&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data a;&lt;/P&gt;&lt;P&gt;1697&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set out.regdata(keep=mtime todays_state tomorrows_state);&lt;/P&gt;&lt;P&gt;1698&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if mtime&amp;lt;=mdy(4,1,2014) &amp;amp;&amp;nbsp; todays_state=0 &amp;amp; tomorrows_state in(0,1,4) &lt;/P&gt;&lt;P&gt;1698&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp; mtime&amp;lt;mdy(5,1,2014) ;&lt;/P&gt;&lt;P&gt;1699&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;1700&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit; run;&lt;/P&gt;&lt;P&gt;1701&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;1702&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;1703&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FILENAME WPSWBHTM TEMP;&lt;/P&gt;&lt;P&gt;1704&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ODS HTML(ID=WBHTML) BODY=WPSWBHTM GPATH="R:\WPS\TEMP\sunyi\WPS Temporary Data\_TD4152"&lt;/P&gt;&lt;P&gt;1704&amp;nbsp;&amp;nbsp;&amp;nbsp; ! ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:23:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185623#M12832</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2014-11-25T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185624#M12833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that shows that the compiler isn't actually executing this.&amp;nbsp; Its normally due to having unbalanced quote marks, however in this instance I would assume its broken due to the use of ampersand (&amp;amp;) rather than the word AND.&lt;/P&gt;&lt;P&gt;So start a new session (especially with quotes, you can sometimes never clear it without re-starting), then change the code to:&lt;/P&gt;&lt;P&gt;if mtime&amp;lt;=mdy(4,1,2014) and&amp;nbsp; todays_state=0 and tomorrows_state in(0,1,4) and mtime&amp;lt;mdy(5,1,2014) ;&lt;/P&gt;&lt;P&gt;Also ensure that all your single and double quote marks have a corresponding ending single or double quote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:36:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185624#M12833</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-11-25T14:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185625#M12834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It was a very long statement. So when I copied them to prepare the question, I shortened them. It was right when I ran it in SAS.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data a;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set b;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the log file, there is no observation information. It was fine before. For example, it usually tells how many observations have been read in from source data and how many observations are saved in destination data set.&amp;nbsp; But suddenly it disappeared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how I can get them back in log file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 14:46:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185625#M12834</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2014-11-25T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185626#M12835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure just put these at the end of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let dsid=%sysfunc(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; out.regdata&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let &lt;STRONG&gt;in&lt;/STRONG&gt;=%sysfunc(attrn(&amp;amp;dsid,nlobs));&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let dsid=%sysfunc(&amp;amp;dsid);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let dsid=%sysfunc(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt; a&lt;/SPAN&gt;);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let &lt;STRONG&gt;out&lt;/STRONG&gt;=%sysfunc(attrn(&amp;amp;dsid,nlobs));&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%let dsid=%sysfunc(&amp;amp;dsid);&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;footnote "&amp;amp;in&amp;nbsp; obs read in, &amp;amp;out obs be output";&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods _all_ close;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 13:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185626#M12835</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-11-26T13:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185627#M12836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance that you are making use on the code / or on your autoexec/config file / or on the options of your SAS client software / some options to modify the behaviour of your log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some examples:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm" title="http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/viewer.htm#a001906177.htm"&gt;Step-by-Step Programming with Base SAS(R) Software&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 15:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185627#M12836</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2014-11-26T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185628#M12837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can influence via SAS options how much log information you're getting. If things suddenly changed without you doing anything then may be some SAS admin changed the options on a higher level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you execute "proc options; run;" you can see in the log which options are currently set in your session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many of the SAS options can be set or overwritten during run time. Below a few options which will create more log information. Add them on top of your code and let us know if this changed things for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options fullstimer msglevel=i notes source source2;&lt;/P&gt;&lt;P&gt;options spool;&lt;/P&gt;&lt;P&gt;option sastrace=',,,d' sastraceloc=saslog nostsuffix;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 19:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185628#M12837</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-11-26T19:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185629#M12838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you have some unbalanced quotes, parentheses or macro definitions and SAS is merely echoing the statements to the log because it thinks they are all part of a long quoted string for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is really running then add :&lt;/P&gt;&lt;P&gt;OPTIONS NOTES;&lt;/P&gt;&lt;P&gt;and it should start writing notes again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 20:43:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185629#M12838</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2014-11-26T20:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185630#M12839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks! It works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 22:42:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185630#M12839</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2014-11-27T22:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: all information in log file is suppressed</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185631#M12840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks all of you! It works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good thanksgiving holiday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 22:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/all-information-in-log-file-is-suppressed/m-p/185631#M12840</guid>
      <dc:creator>Sunny_Sun</dc:creator>
      <dc:date>2014-11-27T22:43:51Z</dc:date>
    </item>
  </channel>
</rss>

