<?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: SAS Views in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784475#M250352</link>
    <description>&lt;P&gt;See here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/n0gk4x1tnrnwonn1llixistov9nd.htm" target="_blank" rel="noopener"&gt;Definitions for SAS Views&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Dec 2021 07:02:43 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-12-07T07:02:43Z</dc:date>
    <item>
      <title>SAS Views</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784472#M250350</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;
&lt;P&gt;what is SAS Views how to create and drop and uses like SAS Indexes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 06:06:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784472#M250350</guid>
      <dc:creator>BrahmanandaRao</dc:creator>
      <dc:date>2021-12-07T06:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Views</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784475#M250352</link>
      <description>&lt;P&gt;See here:&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/n0gk4x1tnrnwonn1llixistov9nd.htm" target="_blank" rel="noopener"&gt;Definitions for SAS Views&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 07:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784475#M250352</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-12-07T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Views</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784476#M250353</link>
      <description>&lt;P&gt;A view is a virtual table. It contains no data but is a view port to data, it points to data. As such it cannot be indexed. The underlying table(s) can be indexed.&lt;/P&gt;
&lt;P&gt;They can be created just like tables. Here's the syntax:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data MYTABLE MYVIEW / view=MYVIEW;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;&amp;nbsp;create view MYVIEW as select ...&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 07:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Views/m-p/784476#M250353</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-12-07T07:06:38Z</dc:date>
    </item>
  </channel>
</rss>

