<?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 Wildcards in Set Statement? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47580#M12772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, just tried it however gave me a syntax error again, with the cursor on the ":", very weird...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 15:15:50 GMT</pubDate>
    <dc:creator>dbillig</dc:creator>
    <dc:date>2011-08-12T15:15:50Z</dc:date>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47578#M12770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several datasets I'm trying to set together, but don't want to type each one manually because there are hundreds.&amp;nbsp; Is it possible to use a wildcard to set them together somehow, like you can do in an Infile statement?&amp;nbsp; I've tried Data MyFile; Set MyFile*; Run; but get a syntax error.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47578#M12770</guid>
      <dc:creator>dbillig</dc:creator>
      <dc:date>2011-08-12T14:48:51Z</dc:date>
    </item>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47579#M12771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with set Myfile:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 14:52:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47579#M12771</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-12T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47580#M12772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, just tried it however gave me a syntax error again, with the cursor on the ":", very weird...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47580#M12772</guid>
      <dc:creator>dbillig</dc:creator>
      <dc:date>2011-08-12T15:15:50Z</dc:date>
    </item>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47581#M12773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On SAS 9.2 it works for me.&amp;nbsp; My log shows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;40&amp;nbsp;&amp;nbsp; data want;&lt;/P&gt;&lt;P&gt;41&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set have:;&lt;/P&gt;&lt;P&gt;42&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 7 observations read from the data set WORK.HAVE.&lt;/P&gt;&lt;P&gt;NOTE: There were 7 observations read from the data set WORK.HAVE1.&lt;/P&gt;&lt;P&gt;NOTE: There were 7 observations read from the data set WORK.HAVE2.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.WANT has 21 observations and 1 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.07 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:19:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47581#M12773</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-12T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47582#M12774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was added in 9.2.&amp;nbsp; If you still have an older version, you could either use a pipe or proc sql to accomplish the same thing.&amp;nbsp; E.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql noprint;&lt;/P&gt;&lt;P&gt;&amp;nbsp; select memname into :names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; separated by " "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.tables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where libname eq "WORK" and&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memname like "HAVE%"&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set &amp;amp;names.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 15:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47582#M12774</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-08-12T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Wildcards in Set Statement?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47583#M12775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect, got them both to work.&amp;nbsp; I'm in Enterprise Guide 4.1 which explains why the colon trick didn't work at first, although as soon as I flipped over to PC SAS 9.2 it worked.&amp;nbsp; The Proc SQL statement worked in both places.&amp;nbsp; Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 16:07:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Wildcards-in-Set-Statement/m-p/47583#M12775</guid>
      <dc:creator>dbillig</dc:creator>
      <dc:date>2011-08-12T16:07:11Z</dc:date>
    </item>
  </channel>
</rss>

