<?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 Count all created/referenced tables in a SAS Program in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658935#M22675</link>
    <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi all,&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm working as an intern in a financial institution. I had to pick up SAS rather quickly, so basically I'm a total noob.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;We are using absolutely massive SAS programs, referencing and creating a lot of tables in them. My question is if there is a way to count the number of all created/referenced tables in a single program, since manually it would take ages.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Also is there such a term as "historical tables"? Is there a difference between "historical table" and a simple table? I can't find any information on that.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 11:53:36 GMT</pubDate>
    <dc:creator>MajorJohnny</dc:creator>
    <dc:date>2020-06-15T11:53:36Z</dc:date>
    <item>
      <title>Count all created/referenced tables in a SAS Program</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658935#M22675</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Hi all,&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm working as an intern in a financial institution. I had to pick up SAS rather quickly, so basically I'm a total noob.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;We are using absolutely massive SAS programs, referencing and creating a lot of tables in them. My question is if there is a way to count the number of all created/referenced tables in a single program, since manually it would take ages.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Also is there such a term as "historical tables"? Is there a difference between "historical table" and a simple table? I can't find any information on that.&lt;/P&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 11:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658935#M22675</guid>
      <dc:creator>MajorJohnny</dc:creator>
      <dc:date>2020-06-15T11:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count all created/referenced tables in a SAS Program</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658948#M22677</link>
      <description>You can try to find the number of datasets being called, by searching the text starting with 'data' or 'set' and if proc sql is also used then try to search for text 'table as ' or 'from' because anything after these text will be a dataset name. Also, there is nothing like historical tables or simple tables in SAS, it depended on the data what you are analyzing, if your company data is old and that you are working on then it is called as historical tables</description>
      <pubDate>Mon, 15 Jun 2020 12:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658948#M22677</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-06-15T12:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Count all created/referenced tables in a SAS Program</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658953#M22678</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/333775"&gt;@MajorJohnny&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try using the&amp;nbsp;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=p0sf63lx4fs2m5n14qv1bn8p863v.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;SCAPROC Procedure&lt;/A&gt;, it will analyze the code for you.&lt;/P&gt;
&lt;P&gt;Here is a paper about it&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings10/313-2010.pdf" target="_self"&gt;Thoroughly Modern SAS : The SAS Code Analyzer Helps Bring Programs Up to Date&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 12:30:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Count-all-created-referenced-tables-in-a-SAS-Program/m-p/658953#M22678</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2020-06-15T12:30:12Z</dc:date>
    </item>
  </channel>
</rss>

