<?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 server connection with pytion in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709786#M37935</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/362994"&gt;@SeunghoKang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope when you say you want to get data files on SAS Server you mean to access them and not copy.&lt;/P&gt;
&lt;P&gt;Since you are connecting to SAS installed on remote windows server there are two options available:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IOM using Java
The integrated object method (IOM) connection method supports SAS on any platform. &lt;BR /&gt;This method can make a local Windows connection and it is also the way to connect to SAS Grid through SAS Grid Manager. &lt;BR /&gt;This method can connect to a SAS Workspace Server on any supported SAS platform.&lt;BR /&gt;
IOM using COM
This connection method is for Windows clients connecting to a remote SAS 9.4 host. &lt;BR /&gt;This method takes advantage of the IOM access method, but does not require a Java dependency. &lt;BR /&gt;SAS Enterprise Guide or SAS Integration Technologies Client (a free download from SAS Support) is required to install the SAS COM library on your client system.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you already have SAS Enterprise guide and saspy installed on your machine, you need few details to make the connection using&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/install.html#iom-using-com" target="_blank"&gt;https://sassoftware.github.io/saspy/install.html#iom-using-com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to remote SAS machine using EG run the below command to get the GUID. This is an identifier that you will need to make a connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iomoperate;
    list types;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Example output:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SAS Workspace Server
    Short type name  : Workspace
    Class identifier : 440196d4-90f0-11d0-9f41-00a024bb830c  /* this is a constant that doesn't change */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you don't have access then you can request your SAS admin to get this information for you. You will also need the remote SAS machine hostname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Follow the steps in the KB link below for a sample on the connect statement.&amp;nbsp;&lt;A href="https://support.sas.com/kb/64/755.html" target="_blank"&gt;https://support.sas.com/kb/64/755.html&lt;/A&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 02:44:27 GMT</pubDate>
    <dc:creator>AnandVyas</dc:creator>
    <dc:date>2021-01-07T02:44:27Z</dc:date>
    <item>
      <title>SAS server connection using Python</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709782#M37934</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the moment, on my local pc, SAS Enterprise Guide 8.2 has installed and there are many&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data files on the SAS server(windows based))&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And i'm trying to use python(anaconda jupyter lab on local pc).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so i need to connect to SAS server to get data files on SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have tried some methods and i found SASpy, so i have installed Saspy and sas kernel packages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i don't know how to make a connection between sas server and jupyter lab with these packages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please tell me how to solve it!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 07:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709782#M37934</guid>
      <dc:creator>SeunghoKang</dc:creator>
      <dc:date>2021-01-13T07:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sas server connection with pytion</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709786#M37935</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/362994"&gt;@SeunghoKang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope when you say you want to get data files on SAS Server you mean to access them and not copy.&lt;/P&gt;
&lt;P&gt;Since you are connecting to SAS installed on remote windows server there are two options available:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;IOM using Java
The integrated object method (IOM) connection method supports SAS on any platform. &lt;BR /&gt;This method can make a local Windows connection and it is also the way to connect to SAS Grid through SAS Grid Manager. &lt;BR /&gt;This method can connect to a SAS Workspace Server on any supported SAS platform.&lt;BR /&gt;
IOM using COM
This connection method is for Windows clients connecting to a remote SAS 9.4 host. &lt;BR /&gt;This method takes advantage of the IOM access method, but does not require a Java dependency. &lt;BR /&gt;SAS Enterprise Guide or SAS Integration Technologies Client (a free download from SAS Support) is required to install the SAS COM library on your client system.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you already have SAS Enterprise guide and saspy installed on your machine, you need few details to make the connection using&amp;nbsp;&lt;A href="https://sassoftware.github.io/saspy/install.html#iom-using-com" target="_blank"&gt;https://sassoftware.github.io/saspy/install.html#iom-using-com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access to remote SAS machine using EG run the below command to get the GUID. This is an identifier that you will need to make a connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc iomoperate;
    list types;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Example output:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;SAS Workspace Server
    Short type name  : Workspace
    Class identifier : 440196d4-90f0-11d0-9f41-00a024bb830c  /* this is a constant that doesn't change */&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you don't have access then you can request your SAS admin to get this information for you. You will also need the remote SAS machine hostname.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Follow the steps in the KB link below for a sample on the connect statement.&amp;nbsp;&lt;A href="https://support.sas.com/kb/64/755.html" target="_blank"&gt;https://support.sas.com/kb/64/755.html&lt;/A&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 02:44:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709786#M37935</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2021-01-07T02:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sas server connection with pytion</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709805#M37936</link>
      <description>i made it!&lt;BR /&gt;Thank you for your help.&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 07 Jan 2021 04:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709805#M37936</guid>
      <dc:creator>SeunghoKang</dc:creator>
      <dc:date>2021-01-07T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sas server connection with pytion</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709807#M37937</link>
      <description>&lt;P&gt;Happy to help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 04:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-server-connection-using-Python/m-p/709807#M37937</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2021-01-07T04:55:59Z</dc:date>
    </item>
  </channel>
</rss>

