<?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: PROC REG for only selected months in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-REG-for-only-selected-months/m-p/471477#M30569</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=dataname(where=(month in (5,6,7)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 19 Jun 2018 18:33:06 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2018-06-19T18:33:06Z</dc:date>
    <item>
      <title>PROC REG for only selected months</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-REG-for-only-selected-months/m-p/471473#M30568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use PROC REG but only for particular months. Here's what I have normally:&lt;/P&gt;&lt;PRE&gt;input load day month temperature
datalines:
12345 0 12 35
12456 1 11 33
12222 2 12 32
14532 3 6 31
15111 4 12 25
15222 5 1 24
15333 6 2 33
;&lt;BR /&gt;&lt;BR /&gt;proc reg data=dataname;&lt;BR /&gt;model load=temperature;&lt;BR /&gt;run;&lt;/PRE&gt;&lt;P&gt;I have over 85,000 observations and I want to use prog reg only for data from months: 5, 6, and 7. What should I add to my code ?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-REG-for-only-selected-months/m-p/471473#M30568</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-06-19T18:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REG for only selected months</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-REG-for-only-selected-months/m-p/471477#M30569</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=dataname(where=(month in (5,6,7)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:33:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/PROC-REG-for-only-selected-months/m-p/471477#M30569</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-19T18:33:06Z</dc:date>
    </item>
  </channel>
</rss>

