<?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: Is it possible to read SAS view or data from outside SAS? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495462#M31915</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&lt;/P&gt;&lt;P&gt;unfortuntely not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's the opposite. The customer has to read a sas data from outside SAS.&lt;/P&gt;&lt;P&gt;Pippo Company has to read the SAS view and bring it on its db.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Sep 2018 19:01:24 GMT</pubDate>
    <dc:creator>gabras</dc:creator>
    <dc:date>2018-09-13T19:01:24Z</dc:date>
    <item>
      <title>Is it possible to read SAS view or data from outside SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495412#M31906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need some help about the possibility of extracting SAS data from outside SAS.&lt;/P&gt;&lt;P&gt;I have to create three sas view that my Customer has to execute and read when he wants. Theese views will be stored in Sql server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know how it can be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 17:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495412#M31906</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-09-13T17:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read SAS view or data from outside SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495419#M31908</link>
      <description>&lt;P&gt;To be clear, you're reading non-SAS data (SQL server) from a SAS process? Yes, you can do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assuming that you have SAS/ACCESS to ODBC or SAS/ACCESS to OLE DB, you assign a SAS library to your database connection.&amp;nbsp; Exact syntax for this may vary, but it will look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mydblib oledb 
 user=myusr1 password=mypwd1
 datasource=dept203 provider=sqloledb 
 properties=('initial catalog'=mgronly);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then you can access the tables/views with normal LIBNAME.MEMBER syntax (ex: mydblib.mydata).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1a9wh7qwv6vc9n18arz94i379q0.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;See documentation here&lt;/A&gt;&amp;nbsp;for OLE DB.&amp;nbsp; And &lt;A href="https://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=p1g72kbb0m01y1n1gm1lh532n5ru.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;here for ODBC&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 17:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495419#M31908</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-09-13T17:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read SAS view or data from outside SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495462#M31915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt;&lt;/P&gt;&lt;P&gt;unfortuntely not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's the opposite. The customer has to read a sas data from outside SAS.&lt;/P&gt;&lt;P&gt;Pippo Company has to read the SAS view and bring it on its db.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:01:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495462#M31915</guid>
      <dc:creator>gabras</dc:creator>
      <dc:date>2018-09-13T19:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read SAS view or data from outside SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495466#M31917</link>
      <description>&lt;P&gt;Okay -- for that, we have the SAS IOM Provider for OLE DB (use this to connect to a SAS workspace, similar to the way SAS Enterprise Guide works) and &lt;A href="http://support.sas.com/software/products/odbc/index.html" target="_self"&gt;the SAS ODBC Driver&lt;/A&gt; (connects to SAS/SHARE server or SPDS server).&amp;nbsp; Either way, I think to render a SAS view you'll need the driver to connect to a running instance of SAS that can assemble the data rows, with any SAS formats you need, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Is-it-possible-to-read-SAS-view-or-data-from-outside-SAS/m-p/495466#M31917</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-09-13T19:13:59Z</dc:date>
    </item>
  </channel>
</rss>

