<?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: How to double the data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343558#M78879</link>
    <description>Would you like to dublicate variables ? Could you explain what is the main aim please ?</description>
    <pubDate>Thu, 23 Mar 2017 01:21:02 GMT</pubDate>
    <dc:creator>Yavuz</dc:creator>
    <dc:date>2017-03-23T01:21:02Z</dc:date>
    <item>
      <title>How to double the data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343547#M78873</link>
      <description>&lt;P&gt;I have a table ( l column and 2000 rows).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I want to double 2000 rows.&lt;/P&gt;&lt;P&gt;The result should be 1column and 4000 rows.&lt;/P&gt;&lt;P&gt;But I can't find the function...&lt;/P&gt;&lt;P&gt;Any help and tips will be much appreciated. thanks . jamie.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343547#M78873</guid>
      <dc:creator>jamie0111</dc:creator>
      <dc:date>2017-03-23T00:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to double the data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343549#M78875</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
output;
output;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343549#M78875</guid>
      <dc:creator>LaurieF</dc:creator>
      <dc:date>2017-03-23T00:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to double the data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343558#M78879</link>
      <description>Would you like to dublicate variables ? Could you explain what is the main aim please ?</description>
      <pubDate>Thu, 23 Mar 2017 01:21:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-double-the-data/m-p/343558#M78879</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-03-23T01:21:02Z</dc:date>
    </item>
  </channel>
</rss>

