<?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: Finding a dataset in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69148#M19836</link>
    <description>An addendum to sirius' response.&lt;BR /&gt;
&lt;BR /&gt;
For it to work, all of the libraries need to be defined with LIBNAME statements in that SAS program or interactive session.</description>
    <pubDate>Thu, 03 Sep 2009 14:21:19 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-09-03T14:21:19Z</dc:date>
    <item>
      <title>Finding a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69146#M19834</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I am having 20 libraries and  in each library there are 200 datasets.I am having a Dataset names final_trans.Now how can i find that dataset as in which library it is.</description>
      <pubDate>Thu, 03 Sep 2009 08:29:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69146#M19834</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-03T08:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69147#M19835</link>
      <description>In your SAS session you have some dictionary's view that can help you. &lt;BR /&gt;
In your case is necessary to use the view Sashelp.vstable that has this structure &lt;BR /&gt;
libname and memname for example:&lt;BR /&gt;
&lt;BR /&gt;
data wheretable;&lt;BR /&gt;
 set sashelp.vstable(where=(memname='FINAL_TRANS'));&lt;BR /&gt;
 call symput ('tellme',libname );&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Other view that can help you could be "Sashelp.VCOLUMN" where there are the same columns, but the view is bigger why there are all the columns for each tables, so the query is slower.</description>
      <pubDate>Thu, 03 Sep 2009 09:52:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69147#M19835</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-03T09:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69148#M19836</link>
      <description>An addendum to sirius' response.&lt;BR /&gt;
&lt;BR /&gt;
For it to work, all of the libraries need to be defined with LIBNAME statements in that SAS program or interactive session.</description>
      <pubDate>Thu, 03 Sep 2009 14:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Finding-a-dataset/m-p/69148#M19836</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-09-03T14:21:19Z</dc:date>
    </item>
  </channel>
</rss>

