<?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 use PLOTS(MAXPOINTS= ) option, error message and warning in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/276120#M55301</link>
    <description>&lt;P&gt;I am using bootstrap analysis. I have two mesages, one is error message, that is, Physical file does not exist,&lt;/P&gt;&lt;P&gt;I do not know why I use macro, some work fine, some have this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other is, ODS graphics with more than 5000 points have been suppressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PLOTS(MAXPOINTS= ) option&lt;/EM&gt; in the PROC REG statement to change or override the cutoff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to add plots option but usually it did not work well. Can anybody show a sample code, so that I can see how it works?&lt;/P&gt;&lt;P&gt;Since it is bootstrap analysis, it takes so much time with this project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 21:30:16 GMT</pubDate>
    <dc:creator>Bal23</dc:creator>
    <dc:date>2016-06-08T21:30:16Z</dc:date>
    <item>
      <title>how to use PLOTS(MAXPOINTS= ) option, error message and warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/276120#M55301</link>
      <description>&lt;P&gt;I am using bootstrap analysis. I have two mesages, one is error message, that is, Physical file does not exist,&lt;/P&gt;&lt;P&gt;I do not know why I use macro, some work fine, some have this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other is, ODS graphics with more than 5000 points have been suppressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Use the&lt;/P&gt;&lt;P&gt;&lt;EM&gt;PLOTS(MAXPOINTS= ) option&lt;/EM&gt; in the PROC REG statement to change or override the cutoff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to add plots option but usually it did not work well. Can anybody show a sample code, so that I can see how it works?&lt;/P&gt;&lt;P&gt;Since it is bootstrap analysis, it takes so much time with this project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 21:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/276120#M55301</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-06-08T21:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to use PLOTS(MAXPOINTS= ) option, error message and warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/302074#M64007</link>
      <description>&lt;P&gt;If you are doing a bootstrap analysis, you need to turn of&amp;nbsp;ODS graphics and suppress output. See the article &lt;A href="http://blogs.sas.com/content/iml/2013/05/24/turn-off-ods-for-simulations.html" target="_self"&gt;"Turn off ODS when running simulations in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the record, here's how to enable plots with more than 5000 points:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=sashelp.bweight plots(maxpoints=none); 
   model weight = MomAge;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But again, I stress that you do NOT want to do this as part of a simulation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/302074#M64007</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-03T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to use PLOTS(MAXPOINTS= ) option, error message and warning</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/302084#M64009</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-PLOTS-MAXPOINTS-option-error-message-and-warning/m-p/302084#M64009</guid>
      <dc:creator>Bal23</dc:creator>
      <dc:date>2016-10-03T15:18:17Z</dc:date>
    </item>
  </channel>
</rss>

