<?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 Using DO Loop to create a new dataset with 5 times more records in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30975#M5927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use Do Loop to create a new dataset with 5 times more records than Table(5*5 - Total 25 Records (Inside Do using SET Statement). Is it Possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S Ravuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2012 09:20:55 GMT</pubDate>
    <dc:creator>sambasiva_ravuri_tcs_com</dc:creator>
    <dc:date>2012-03-14T09:20:55Z</dc:date>
    <item>
      <title>Using DO Loop to create a new dataset with 5 times more records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30975#M5927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use Do Loop to create a new dataset with 5 times more records than Table(5*5 - Total 25 Records (Inside Do using SET Statement). Is it Possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;S Ravuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 09:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30975#M5927</guid>
      <dc:creator>sambasiva_ravuri_tcs_com</dc:creator>
      <dc:date>2012-03-14T09:20:55Z</dc:date>
    </item>
    <item>
      <title>Using DO Loop to create a new dataset with 5 times more records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30976#M5928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Pleaae give the example of input and output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 10:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30976#M5928</guid>
      <dc:creator>manojinpec</dc:creator>
      <dc:date>2012-03-14T10:01:29Z</dc:date>
    </item>
    <item>
      <title>Using DO Loop to create a new dataset with 5 times more records</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30977#M5929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your "5 times more records" means adding same record repeatly, is this what you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt; do i=1 to 3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; output;&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; set have;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; do _n_=1 to 5;&lt;/P&gt;&lt;P&gt; output;&lt;/P&gt;&lt;P&gt; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc print;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 11:13:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Using-DO-Loop-to-create-a-new-dataset-with-5-times-more-records/m-p/30977#M5929</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-03-14T11:13:30Z</dc:date>
    </item>
  </channel>
</rss>

