<?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 Permanent  and  Temporary  data  sets in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501156#M452</link>
    <description>&lt;P&gt;libname cert 'file&amp;nbsp; location';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data&amp;nbsp; work.tds&amp;nbsp; cert.acc1&amp;nbsp; cert.acc2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;set sas.emp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp; above&amp;nbsp; program how&amp;nbsp; many&amp;nbsp; permanent and temporary&amp;nbsp; data&amp;nbsp; sets&amp;nbsp; are&amp;nbsp; read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; in advance.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 14:30:19 GMT</pubDate>
    <dc:creator>San_0611</dc:creator>
    <dc:date>2018-10-03T14:30:19Z</dc:date>
    <item>
      <title>Permanent  and  Temporary  data  sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501156#M452</link>
      <description>&lt;P&gt;libname cert 'file&amp;nbsp; location';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data&amp;nbsp; work.tds&amp;nbsp; cert.acc1&amp;nbsp; cert.acc2;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;set sas.emp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp; above&amp;nbsp; program how&amp;nbsp; many&amp;nbsp; permanent and temporary&amp;nbsp; data&amp;nbsp; sets&amp;nbsp; are&amp;nbsp; read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help .&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501156#M452</guid>
      <dc:creator>San_0611</dc:creator>
      <dc:date>2018-10-03T14:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent  and  Temporary  data  sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501162#M455</link>
      <description>&lt;P&gt;Well, your question "In the&amp;nbsp; above&amp;nbsp; program how&amp;nbsp; many&amp;nbsp; permanent and temporary&amp;nbsp; data&amp;nbsp; sets&amp;nbsp; are&amp;nbsp; read." - there is only one dataset "read", thats on the set line.&amp;nbsp; The library sas is not shown however, so can't say about that.&amp;nbsp; I also don't think the question is about "read" unless its a trick question.&amp;nbsp; The reason is there are 3 datasets "written", one to temporary work area, 2 others are written to the physical library cert.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:42:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501162#M455</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-03T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent and Temporary data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501163#M456</link>
      <description>Sorry , the question is how many temporary and permanent data sets&lt;BR /&gt;are there in above program .&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:45:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501163#M456</guid>
      <dc:creator>San_0611</dc:creator>
      <dc:date>2018-10-03T14:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Permanent and Temporary data sets</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501165#M458</link>
      <description>&lt;P&gt;As above:&lt;BR /&gt;work - this is a temporary SAS created library&lt;/P&gt;
&lt;P&gt;cert - this is created by you in the code and points to the physical location, so anything saved into there is permanent.&lt;/P&gt;
&lt;P&gt;sas - this is not shown in the code, so I can't tell you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So 2 permanent, 1 temporary, and 1 unknown.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 14:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Permanent-and-Temporary-data-sets/m-p/501165#M458</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-03T14:47:26Z</dc:date>
    </item>
  </channel>
</rss>

