<?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 Create sequential years in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453823#M69902</link>
    <description>&lt;P&gt;I have some IDs as following below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a panel table for these ID. The expected panel data is as following below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; Year&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1990&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1991&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1992&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1990&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1991&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1992&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can add the year? Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Apr 2018 02:58:29 GMT</pubDate>
    <dc:creator>dapenDaniel</dc:creator>
    <dc:date>2018-04-13T02:58:29Z</dc:date>
    <item>
      <title>Create sequential years</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453823#M69902</link>
      <description>&lt;P&gt;I have some IDs as following below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create a panel table for these ID. The expected panel data is as following below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID&amp;nbsp; &amp;nbsp; Year&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1990&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1991&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;1992&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1990&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1991&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;1992&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me how I can add the year? Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 02:58:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453823#M69902</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2018-04-13T02:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential years</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453824#M69903</link>
      <description>&lt;P&gt;data have;&lt;BR /&gt;input id;&lt;BR /&gt;datalines;&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;data want;&lt;BR /&gt;set have;&lt;BR /&gt;do year=1990 to 1992;&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453824#M69903</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-04-13T03:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create sequential years</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453825#M69904</link>
      <description>&lt;P&gt;Thank you so much, novinosrin!!!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Create-sequential-years/m-p/453825#M69904</guid>
      <dc:creator>dapenDaniel</dc:creator>
      <dc:date>2018-04-13T03:28:48Z</dc:date>
    </item>
  </channel>
</rss>

