<?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 have first year and last year in one row. how do i make a panel? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316066#M61702</link>
    <description>&lt;P&gt;hi i have a data&lt;/P&gt;
&lt;P&gt;company name first year last year&lt;/P&gt;
&lt;P&gt;ibm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2002 &amp;nbsp; &amp;nbsp; &amp;nbsp;2005&lt;/P&gt;
&lt;P&gt;apple &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2004 &amp;nbsp; &amp;nbsp; &amp;nbsp;2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how do i make this as below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ibm 2002&lt;/P&gt;
&lt;P&gt;ibm 2003&lt;/P&gt;
&lt;P&gt;ibm 2004&lt;/P&gt;
&lt;P&gt;ibm 2005&lt;/P&gt;
&lt;P&gt;apple 2004&lt;/P&gt;
&lt;P&gt;apple 2005&lt;/P&gt;
&lt;P&gt;apple 2006&lt;/P&gt;
&lt;P&gt;apple 2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks so much in advance&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 19:47:45 GMT</pubDate>
    <dc:creator>aarony</dc:creator>
    <dc:date>2016-12-01T19:47:45Z</dc:date>
    <item>
      <title>have first year and last year in one row. how do i make a panel?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316066#M61702</link>
      <description>&lt;P&gt;hi i have a data&lt;/P&gt;
&lt;P&gt;company name first year last year&lt;/P&gt;
&lt;P&gt;ibm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2002 &amp;nbsp; &amp;nbsp; &amp;nbsp;2005&lt;/P&gt;
&lt;P&gt;apple &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2004 &amp;nbsp; &amp;nbsp; &amp;nbsp;2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how do i make this as below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ibm 2002&lt;/P&gt;
&lt;P&gt;ibm 2003&lt;/P&gt;
&lt;P&gt;ibm 2004&lt;/P&gt;
&lt;P&gt;ibm 2005&lt;/P&gt;
&lt;P&gt;apple 2004&lt;/P&gt;
&lt;P&gt;apple 2005&lt;/P&gt;
&lt;P&gt;apple 2006&lt;/P&gt;
&lt;P&gt;apple 2007&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks so much in advance&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 19:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316066#M61702</guid>
      <dc:creator>aarony</dc:creator>
      <dc:date>2016-12-01T19:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: have first year and last year in one row. how do i make a panel?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316067#M61703</link>
      <description>&lt;P&gt;Data want;&lt;/P&gt;
&lt;P&gt;set have;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do year = first_year to last_year;&lt;/P&gt;
&lt;P&gt;output;&lt;/P&gt;
&lt;P&gt;end;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 19:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316067#M61703</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-01T19:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: have first year and last year in one row. how do i make a panel?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316068#M61704</link>
      <description>thank you so much Reeza!</description>
      <pubDate>Thu, 01 Dec 2016 19:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/have-first-year-and-last-year-in-one-row-how-do-i-make-a-panel/m-p/316068#M61704</guid>
      <dc:creator>aarony</dc:creator>
      <dc:date>2016-12-01T19:59:08Z</dc:date>
    </item>
  </channel>
</rss>

