<?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: Retrieving All Objects in SAS DI in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144391#M261867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Patrick that definitely helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 18:47:45 GMT</pubDate>
    <dc:creator>jdmarshg</dc:creator>
    <dc:date>2013-11-25T18:47:45Z</dc:date>
    <item>
      <title>Retrieving All Objects in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144389#M261865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone, &lt;/P&gt;&lt;P&gt;I'm looking for a way to be able to pull in all the objects created in SAS DI studio. &lt;/P&gt;&lt;P&gt;I first looked to the dictionary and sashelp but they are not pulling information from the environment really. &lt;/P&gt;&lt;P&gt;Any suggestions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; describe table dictionary.tables;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; describe view sashelp.vtable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; title 'All Tables and Views in the SQL Library';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; select libname, memname, memtype, nobs&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;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; select * from sashelp.VLIBNAM;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; title 'All Tables and Views in the SQL Library';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; select * from dictionary.tables;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 21:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144389#M261865</guid>
      <dc:creator>jdmarshg</dc:creator>
      <dc:date>2013-11-14T21:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving All Objects in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144390#M261866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS DI Studio is SAS Metadata driven. So what you create there is stored in the SAS Metadata repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "physical" objects like SAS tables get only created once you execute code on the SAS server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 23:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144390#M261866</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2013-11-14T23:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving All Objects in SAS DI</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144391#M261867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Patrick that definitely helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 18:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieving-All-Objects-in-SAS-DI/m-p/144391#M261867</guid>
      <dc:creator>jdmarshg</dc:creator>
      <dc:date>2013-11-25T18:47:45Z</dc:date>
    </item>
  </channel>
</rss>

