<?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: How to prevent the &amp;quot;note:xxxx&amp;quot; to be displayed in log window when IML is running? in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205139#M2153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Ian. If this is part of a simulation study, look at these articles:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html" title="http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html"&gt;http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html" title="http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html"&gt;http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 10:43:31 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2015-07-17T10:43:31Z</dc:date>
    <item>
      <title>How to prevent the "note:xxxx" to be displayed in log window when IML is running?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205137#M2151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i use create statement to create a data set in a&amp;nbsp; do iteration in IML, the message"note: a data set xxx has one varialbe and xx " pops up repeatedly in log window , which slows down the computaion. How to prevent that happens? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 03:31:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205137#M2151</guid>
      <dc:creator>ShufeGuoding</dc:creator>
      <dc:date>2015-07-17T03:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent the "note:xxxx" to be displayed in log window when IML is running?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205138#M2152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add "options nonotes;" before you start IML and this will suppress all such notes.&amp;nbsp; However I would not have thought that printing notes to the log would slow down your program by much.&amp;nbsp; If you are trying to create lots of small data sets, then perhaps think about collecting results together into a few larger matrices, as there should be less I/O overhead writing out the larger data sets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 06:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205138#M2152</guid>
      <dc:creator>IanWakeling</dc:creator>
      <dc:date>2015-07-17T06:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent the "note:xxxx" to be displayed in log window when IML is running?</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205139#M2153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Ian. If this is part of a simulation study, look at these articles:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html" title="http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html"&gt;http://blogs.sas.com/content/iml/2012/07/18/simulation-in-sas-the-slow-way-or-the-by-way.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html" title="http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html"&gt;http://blogs.sas.com/content/iml/2014/06/27/simulate-many-samples-from-a-logistic-regression-model.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:43:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/How-to-prevent-the-quot-note-xxxx-quot-to-be-displayed-in-log/m-p/205139#M2153</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2015-07-17T10:43:31Z</dc:date>
    </item>
  </channel>
</rss>

