<?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: Do Loop and Iterative Process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128673#M260411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. If you are able to see my code, how&amp;nbsp; is that I can stack them according to Customer? Also can anyone tell me how to build a table specified above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 16:57:15 GMT</pubDate>
    <dc:creator>greenhornblues</dc:creator>
    <dc:date>2013-10-30T16:57:15Z</dc:date>
    <item>
      <title>Do Loop and Iterative Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128670#M260408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Entry Level Quest(ion) is finding an iterative process for autoregressive forecasts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objectice: Create 155 customer forecasts and see estimates and p values of invovled variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done: I have created an autoregressive forecast for a customer, normalized its&amp;nbsp; history and pulled out the pvalue and estimates for the variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help I need doing: I want to do this for 155 customers&amp;nbsp; (i.e CustomerID= 138,158, 37....)&amp;nbsp; and create a table for the variable estimates&amp;nbsp; and table for pvalues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached: Is the SAS code (SASDOLOOP) and Excel Input File(Autoregression). In the Excel file I have in the last two tabs EstimateOutPut and Pvalue Output the desired format of the output results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128670#M260408</guid>
      <dc:creator>greenhornblues</dc:creator>
      <dc:date>2013-10-30T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Do Loop and Iterative Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128671#M260409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without reading your code or getting into the data, generally if you want to repeat a process for a specified set of groups you can use BY Group processing. Basically, stack your data together so you have a variable that identifies each customer, with everything else the same as it was before and then add a by line into your proc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc whateever;&lt;/P&gt;&lt;P&gt;BY Customer;&lt;/P&gt;&lt;P&gt;rest of the code is the same;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128671#M260409</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-30T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Do Loop and Iterative Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128672#M260410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel File Down Here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128672#M260410</guid>
      <dc:creator>greenhornblues</dc:creator>
      <dc:date>2013-10-30T15:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Do Loop and Iterative Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128673#M260411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. If you are able to see my code, how&amp;nbsp; is that I can stack them according to Customer? Also can anyone tell me how to build a table specified above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 16:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128673#M260411</guid>
      <dc:creator>greenhornblues</dc:creator>
      <dc:date>2013-10-30T16:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Do Loop and Iterative Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128674#M260412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your HDD_30_158 where 158 is your customer ID?&lt;/P&gt;&lt;P&gt;If so you'll need to transform the data so that is instead, but you have a lot of data and a bit of code and I don't have enough time to look into it further &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOMER HDD_30&lt;/P&gt;&lt;P&gt;158&lt;/P&gt;&lt;P&gt;252&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 17:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Do-Loop-and-Iterative-Process/m-p/128674#M260412</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-10-30T17:40:33Z</dc:date>
    </item>
  </channel>
</rss>

