<?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: i hava small doubt in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387637#M277350</link>
    <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;but wanted to point out that you don't have to specify libname when querrying dictionary.columns. e.g.:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table want as
    select name, libname, memname
      from dictionary.columns
        where upcase(name) in ('SEX','AGE')
  ;
quit;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Aug 2017 14:39:50 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-08-13T14:39:50Z</dc:date>
    <item>
      <title>Find data sets with specific variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387605#M277348</link>
      <description>&lt;P&gt;i have some variable names but how to find those variables in which dataset ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 12:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387605#M277348</guid>
      <dc:creator>srinu99</dc:creator>
      <dc:date>2017-08-14T12:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: i hava small doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387607#M277349</link>
      <description>&lt;P&gt;Query system table&amp;nbsp;dictionary.columns&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
select name, memname
from dictionary.columns
where libname="WORK";
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Aug 2017 03:07:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387607#M277349</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-13T03:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: i hava small doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387637#M277350</link>
      <description>&lt;P&gt;I agree with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;but wanted to point out that you don't have to specify libname when querrying dictionary.columns. e.g.:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table want as
    select name, libname, memname
      from dictionary.columns
        where upcase(name) in ('SEX','AGE')
  ;
quit;
&lt;/PRE&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Aug 2017 14:39:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387637#M277350</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-08-13T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: i hava small doubt</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387703#M277351</link>
      <description>&lt;P&gt;Where do you get the variable names from that doesn't include what data they belong to? &amp;nbsp;I mean you may find them per&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;solution, if you have setup libnames to them and they are datasets, however if you don't know your data, then those variables might point to CSV files, or databases or anything. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 07:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Find-data-sets-with-specific-variables/m-p/387703#M277351</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-14T07:46:08Z</dc:date>
    </item>
  </channel>
</rss>

