<?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 Is there any SAS Function to check atleast a dataset present in a location/library? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81072#M256631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any SAS Function to check atleast a dataset present in a location/library?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 May 2013 05:18:34 GMT</pubDate>
    <dc:creator>suraestar</dc:creator>
    <dc:date>2013-05-21T05:18:34Z</dc:date>
    <item>
      <title>Is there any SAS Function to check atleast a dataset present in a location/library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81072#M256631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any SAS Function to check atleast a dataset present in a location/library?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 05:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81072#M256631</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2013-05-21T05:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS Function to check atleast a dataset present in a location/library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81073#M256632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the proc sql dictionary.tables table, or the sashelp.vtable view of the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 07:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81073#M256632</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2013-05-21T07:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS Function to check atleast a dataset present in a location/library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81074#M256633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exist() for a SAS dataset, or fexist() for any file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 10:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81074#M256633</guid>
      <dc:creator>RichardinOz</dc:creator>
      <dc:date>2013-05-21T10:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any SAS Function to check atleast a dataset present in a location/library?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81075#M256634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I used the below code to check whether any dataset is exist in a location.. Is there any simpler way to do this??? libname target 'c:\temp\'; %let lib&amp;nbsp; = target; proc sql noprint; select count(*) into:lcount from sashelp.vtable where upcase(libname)="%upcase(&amp;amp;lib)" and MEMTYPE='DATA'; quit; %put lcount=&amp;amp;lcount;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Is-there-any-SAS-Function-to-check-atleast-a-dataset-present-in/m-p/81075#M256634</guid>
      <dc:creator>suraestar</dc:creator>
      <dc:date>2013-05-23T06:41:29Z</dc:date>
    </item>
  </channel>
</rss>

