<?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 Short cut to list data set like d1, d2, ..., d62. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10307#M732</link>
    <description>Hi, &lt;BR /&gt;
I'll need to stack 62 data sets together naming d1, d2, d3, ...d62. It's time consuming to type all 62 data set names. Is there any short cut to list the data set names? Thank you,</description>
    <pubDate>Tue, 24 Mar 2009 21:43:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-03-24T21:43:13Z</dc:date>
    <item>
      <title>Short cut to list data set like d1, d2, ..., d62.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10307#M732</link>
      <description>Hi, &lt;BR /&gt;
I'll need to stack 62 data sets together naming d1, d2, d3, ...d62. It's time consuming to type all 62 data set names. Is there any short cut to list the data set names? Thank you,</description>
      <pubDate>Tue, 24 Mar 2009 21:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10307#M732</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-24T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Short cut to list data set like d1, d2, ..., d62.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10308#M733</link>
      <description>%macro stack();&lt;BR /&gt;
data all;&lt;BR /&gt;
*us a macro loop to create the code;&lt;BR /&gt;
set &lt;BR /&gt;
%do i=1 %to 62;&lt;BR /&gt;
d&amp;amp;i.&lt;BR /&gt;
%end;&lt;BR /&gt;
;&lt;BR /&gt;
run;&lt;BR /&gt;
%mend stack;&lt;BR /&gt;
&lt;BR /&gt;
*call the macro;&lt;BR /&gt;
%stack;</description>
      <pubDate>Wed, 25 Mar 2009 09:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10308#M733</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-25T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Short cut to list data set like d1, d2, ..., d62.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10309#M734</link>
      <description>Thanks a lot.&lt;BR /&gt;
yyang</description>
      <pubDate>Wed, 25 Mar 2009 17:09:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Short-cut-to-list-data-set-like-d1-d2-d62/m-p/10309#M734</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-25T17:09:45Z</dc:date>
    </item>
  </channel>
</rss>

