<?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 Access to data imported to cas from SAS Studio in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/527540#M71</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We imported a .txt file into SAS Viya. The table imported is in cas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we access to this table from SAS Studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually we are used this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cas mysesion;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caslib&amp;nbsp;Example datasource=(srctype="path") path="????"&lt;/P&gt;&lt;P&gt;sessref=&lt;SPAN&gt;mysesion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;subdirs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname&amp;nbsp;Example cas;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¿How can we determine the file path if our OS is Linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 22:24:09 GMT</pubDate>
    <dc:creator>SINNETIC</dc:creator>
    <dc:date>2019-01-15T22:24:09Z</dc:date>
    <item>
      <title>Access to data imported to cas from SAS Studio</title>
      <link>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/527540#M71</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We imported a .txt file into SAS Viya. The table imported is in cas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can we access to this table from SAS Studio?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually we are used this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cas mysesion;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;caslib&amp;nbsp;Example datasource=(srctype="path") path="????"&lt;/P&gt;&lt;P&gt;sessref=&lt;SPAN&gt;mysesion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;subdirs;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname&amp;nbsp;Example cas;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¿How can we determine the file path if our OS is Linux?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 22:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/527540#M71</guid>
      <dc:creator>SINNETIC</dc:creator>
      <dc:date>2019-01-15T22:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Access to data imported to cas from SAS Studio</title>
      <link>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/527544#M72</link>
      <description>&lt;P&gt;I just use the&amp;nbsp;SAS Snippet -&amp;nbsp;&lt;STRONG&gt;Generate SAS librefs for&amp;nbsp;caslibs&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;whenever I want to use something from a caslib in SAS Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Generate_Librefs.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26294iAFF0944F3546723E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Generate_Librefs.PNG" alt="Generate_Librefs.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 22:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/527544#M72</guid>
      <dc:creator>Aaron-Wilson</dc:creator>
      <dc:date>2019-01-15T22:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Access to data imported to cas from SAS Studio</title>
      <link>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/528023#M73</link>
      <description>&lt;P&gt;To assign a SAS library to a CAS library you also use the following LIBNAME statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname sugus CAS caslib="your cas library";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You do need an CAS session created by the CAS statement for this to work&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Access-to-data-imported-to-cas-from-SAS-Studio/m-p/528023#M73</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2019-01-17T13:51:37Z</dc:date>
    </item>
  </channel>
</rss>

