<?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: Access to SAS 9.4 data from SAS Viya in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555918#M16208</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for your contribution. We don't want to license SAS/CONNECT because SAS Institute states that SAS 9.4_M5 and SAS Viya 3.4 can do the bridging without SAS/CONNECT.&lt;BR /&gt;Maybe we will consider a mount as you propose.&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2019 13:20:41 GMT</pubDate>
    <dc:creator>MichaelBonanomi</dc:creator>
    <dc:date>2019-05-03T13:20:41Z</dc:date>
    <item>
      <title>Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/554747#M16146</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="522"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="522"&gt;
&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We run two SAS platforms:&lt;BR /&gt;1.a SAS 9.4_M5 BI platform and&lt;BR /&gt;2.a SAS Viya 3.4 platform with Visual Analytics&lt;BR /&gt;both on RHEL 7.6.&lt;BR /&gt;&lt;BR /&gt;We want to share data between the two platforms.&lt;BR /&gt;We are able to access CASLIBs (Viya) from within EG (SAS 9) with these statements:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* location of CA certificate */
options set=CAS_CLIENT_SSL_CA_LIST="/&lt;EM&gt;somepath&lt;/EM&gt;/vault-deployTarget-ca.crt";
/* CAS controller */
options cashost="&lt;EM&gt;somemachine&lt;/EM&gt;" casport=5570;
/* create CAS session */
cas mysess authdomain=_SASMETA_;&lt;BR /&gt;caslib _all_ assign;
/* create 9.4 data */
data want;
  set &lt;EM&gt;somecaslib&lt;/EM&gt;.&lt;EM&gt;sometable&lt;/EM&gt;;
run;
/* end CAS Session */
cas mysess terminate;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But vice versa we don't know how to access SAS 9.4 data from within SAS Viya.&lt;/P&gt;
&lt;P&gt;Is there another possibility than just copy the SAS file to the Viya server and to treat it there as a Data Source? In &lt;A href="http://documentation.sas.com/?cdcId=vacdc&amp;amp;cdcVersion=8.3&amp;amp;docsetId=datahub&amp;amp;docsetTarget=n08ysqrqe3rexzn1c5gwo61noixg.htm&amp;amp;locale=en#p0o997bnz8ndyan16pvpdrkjw5y5" target="_self"&gt;SAS® Help Center / SAS Data Explorer / Connect to a Remote File System&lt;/A&gt;&amp;nbsp;I don't find an explanation on how to specify the remote server.&lt;BR /&gt;Can please somebody share his or her experience?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 15:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/554747#M16146</guid>
      <dc:creator>MichaelBonanomi</dc:creator>
      <dc:date>2019-04-29T15:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/554763#M16148</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25792"&gt;@MichaelBonanomi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest way is to mount the directory with data from Windows on the CAS controller and use PATH as the source type.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 16:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/554763#M16148</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-04-29T16:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555865#M16203</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for replying!&lt;BR /&gt;As I mentioned we are on Red Hat Linux, not on Windows.&lt;BR /&gt;Anyway, I was wondering if there is a solution besides copying or mounting the SAS 9 data to the CAS controller.&lt;BR /&gt;If you consider my example on how I attach the CAS server in Enterprise Guide, then maybe you understand what I am reaching for.&lt;/P&gt;
&lt;P&gt;Regards, Michael&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 08:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555865#M16203</guid>
      <dc:creator>MichaelBonanomi</dc:creator>
      <dc:date>2019-05-03T08:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555901#M16205</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25792"&gt;@MichaelBonanomi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doesn't matter, you should be able to mount your Windows share on the Linux server.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 12:30:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555901#M16205</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2019-05-03T12:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555903#M16206</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25792"&gt;@MichaelBonanomi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a mount/share works OK, and it is maintaniable by your IT department.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition,&amp;nbsp; for the cases where it is not always possible to do this, specially if Viya is VA and it could be within a DMZ:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the cases when a physical connection is not available (or not interested to be used for any reason, such as security), a very traditional way to go is to use SAS/CONNECT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This comes, however, at a price. You need this licensed on both SAS Viya and SAS 9, on each SAS compute server, but it allows you to create sessions on a very traditional way and just through SAS code. And SAS/Connect it just connect to a port number, and this communication can be secured at the highest levels of encryption.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 12:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555903#M16206</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2019-05-03T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555915#M16207</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;: Our SAS 9 workspace servers and data&amp;nbsp;are on Linux as is our SAS Viya data. The data in question is not on Windows.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:14:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555915#M16207</guid>
      <dc:creator>MichaelBonanomi</dc:creator>
      <dc:date>2019-05-03T13:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555918#M16208</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for your contribution. We don't want to license SAS/CONNECT because SAS Institute states that SAS 9.4_M5 and SAS Viya 3.4 can do the bridging without SAS/CONNECT.&lt;BR /&gt;Maybe we will consider a mount as you propose.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:20:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555918#M16208</guid>
      <dc:creator>MichaelBonanomi</dc:creator>
      <dc:date>2019-05-03T13:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555920#M16209</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25792"&gt;@MichaelBonanomi&lt;/a&gt;&amp;nbsp;, makes sense. However I would think of SAS stating that sentence for the bridging from SAS 9 to SAS Viya, not the other way around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please correct me if I am wrong, I was not there and I am basing this understanding only on what I am currently aware of. There might be additional developments I am not aware of.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A question: is your SAS Viya deployed on multiple nodes, or just one server?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:25:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555920#M16209</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2019-05-03T13:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555928#M16210</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;, maybe you're correct. As a SAS administrator I was happy to tell&amp;nbsp;my users: Hey look! Cool, now you can bridge from SAS 9 to SAS Viya! And they told me: Wow, impressive, but we need it the other way around. That's why I am searching for that.&lt;/P&gt;
&lt;P&gt;Our Viya deployment is on five different nodes:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Viya Platform&lt;/LI&gt;
&lt;LI&gt;CAS controller&lt;/LI&gt;
&lt;LI&gt;CAS worker 1&lt;/LI&gt;
&lt;LI&gt;CAS worker 2&lt;/LI&gt;
&lt;LI&gt;CAS worker 3&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Since Technical Support has become aware of my need, the offered me to open a track (7612766345: Access SAS 9.4 data from SAS Viya) and they promised to provide me with informations on the subject.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555928#M16210</guid>
      <dc:creator>MichaelBonanomi</dc:creator>
      <dc:date>2019-05-03T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Access to SAS 9.4 data from SAS Viya</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555938#M16211</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/25792"&gt;@MichaelBonanomi&lt;/a&gt;&amp;nbsp;yes, that kind of story rings a bell in my mind &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's good, I would follow SAS sugestions.&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;has helped me already a couple of times, so you are in good hands.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 14:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Access-to-SAS-9-4-data-from-SAS-Viya/m-p/555938#M16211</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2019-05-03T14:20:35Z</dc:date>
    </item>
  </channel>
</rss>

