<?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: proc dataset in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187180#M265744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up getting the data from proc datasets lib=xxxx:quit;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then putting that into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets lib=xxxx nolist;contents data= ____;quit;run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using excel's concatenate to list the 400 table names, copy pasted it into SAS, if there are any other options let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 15:41:33 GMT</pubDate>
    <dc:creator>Steelers_In_DC</dc:creator>
    <dc:date>2014-10-16T15:41:33Z</dc:date>
    <item>
      <title>proc dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187179#M265743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to run a proc datasets lib=XXXX;contents data=_all_;quit;run; but one of the tables is corrupted so it will fail.&amp;nbsp; I do not want to delete the bad table to get this information.&amp;nbsp; Is there a way to get this information without going through each table 1 by 1? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187179#M265743</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2014-10-16T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187180#M265744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ended up getting the data from proc datasets lib=xxxx:quit;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then putting that into&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets lib=xxxx nolist;contents data= ____;quit;run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using excel's concatenate to list the 400 table names, copy pasted it into SAS, if there are any other options let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 15:41:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187180#M265744</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2014-10-16T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: proc dataset</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187181#M265745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another place to look at the information about SAS tables in variables are the DICTIONARY tables available for use in proc sql or the views in SASUSER. I don't know if this has a problem with a corrupted dataset as I don't have one to test with at the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc sql;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create table libcontents as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select Memname&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from dictionary.members&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where libname='LIBRARY';&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;Proc SQL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; describe table dictionary.columns ;/* for variable info or&amp;nbsp; dictionary.members for dataset info*/&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 16:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-dataset/m-p/187181#M265745</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-16T16:25:45Z</dc:date>
    </item>
  </channel>
</rss>

