<?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: Free Live Webinar: How Do I Use SASPy to Interface With SAS® From My Python Code? in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/764861#M1263</link>
    <description>&lt;P&gt;Hey, that configuration definition looks like a plausible config. Do you have passwordless ssh configured? If not, it could be that it's hung waiting for a password to by typed in, which is why it needs passwordles (ssh keys). The other thing could be that if you've never ssh'ed to this host before, that it's not in your known_hosts file, so it's prompting you whether you want this host added or not, and is hung on that prompt. If you look at the process (the ssh process on windows), and try running that same command, with the same parameters, from a command prompt, and add -vvv, maybe you'll see what's going on. It's probably a prompt that's got it hung.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Aug 2021 14:40:50 GMT</pubDate>
    <dc:creator>sastpw</dc:creator>
    <dc:date>2021-08-30T14:40:50Z</dc:date>
    <item>
      <title>Free Live Webinar: How Do I Use SASPy to Interface With SAS® From My Python Code?</title>
      <link>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/761414#M1251</link>
      <description>&lt;P&gt;Hi SAS Developers,&lt;/P&gt;
&lt;P&gt;I’m presenting a live “Ask the Expert” webinar on August 24&lt;SUP&gt;th&lt;/SUP&gt;, 11 AM – Noon ET entitled &lt;EM&gt;How Do I Use SASPy to Interface with SAS® From My Python Code? &lt;/EM&gt;I’ll give you an introduction to SASPy, our open source Python interface to SAS. We’ll explore use cases, resources and capabilities&lt;SPAN&gt;&lt;STRONG&gt;. &lt;/STRONG&gt;&lt;/SPAN&gt;I’ll also host a live Q&amp;amp;A session at the end of the webinar.&lt;/P&gt;
&lt;P&gt;You will learn:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;How to integrate your existing software systems with the latest open source language to write mixed workflows.&lt;/LI&gt;
&lt;LI&gt;How SASPy can open SAS to Python programmers so they can use the best of both worlds, together.&lt;/LI&gt;
&lt;LI&gt;A full overview of SASPy, including documentation, support resources, use cases and capabilities. the advanced features of SAS survey procs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://www.sas.com/gms/redirect.jsp?detail=GMS175663_246796" target="_blank"&gt;Reserve your spot&lt;/A&gt; for the webinar.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Want more tips? Be sure to subscribe to the&amp;nbsp;&lt;A href="http://communities.sas.com/askexpert" target="_blank"&gt;Ask the Expert board&lt;/A&gt;&amp;nbsp;to receive follow up Q&amp;amp;A, slides and recordings from this and other SAS Ask the Expert webinars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can't join the live event? You can view this and other&amp;nbsp;&lt;A href="http://support.sas.com/training/askexpert.html" target="_blank"&gt;Ask the Expert sessions on-demand here.&lt;/A&gt;&amp;nbsp;&amp;nbsp;&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="SASPy.jpg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/62555iE1F3BF0EAB7E18B3/image-size/large?v=v2&amp;amp;px=999" role="button" title="SASPy.jpg" alt="SASPy.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 13:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/761414#M1251</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-08-13T13:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Free Live Webinar: How Do I Use SASPy to Interface With SAS® From My Python Code?</title>
      <link>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/764561#M1259</link>
      <description>&lt;P&gt;Hi Tom,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the Webinar, it was very informative.&lt;/P&gt;
&lt;P&gt;I'm having issues with testing/implementing this new Installation/Configuration&lt;/P&gt;
&lt;PRE&gt;Stand-alone SAS 9.4 install On Linux
Client Windows STDIO over SSH!&lt;BR /&gt; - SASPy: V3.7.4
 - Python: 3.9 (64-bit)&lt;/PRE&gt;
&lt;P&gt;My sascfg_personal.py contains the following settings:&lt;/P&gt;
&lt;PRE&gt;ssh      = {'saspath' : '&amp;lt;SASHomePath&amp;gt;/SASFoundation/9.4/bin/sas_en',
            'ssh'     : 'C:\Windows\System32\OpenSSH\ssh.exe',
            'host'    : 'remote.linux.host', 
            'encoding': 'latin1',
	    'luser'   : '&amp;lt;UserID&amp;gt;',
	    'localhost': '&amp;lt;localHost-IP-Address&amp;gt;',
            'options' : ["-fullstimer"]
            }&lt;/PRE&gt;
&lt;P&gt;When I try to Start a SAS session using&lt;/P&gt;
&lt;PRE&gt;import saspy
sas = saspy.SASsession(cfgname='ssh')&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I can see the SAS session has started on my Remote Linux Box, but then Python gets stuck, and does not give me a prompt to enter any statements after that!!&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Do you have a working configuration (Windows --&amp;gt; Linux) that you can share?&lt;/P&gt;
&lt;P&gt;- Are there special Firewall settings you had to enable/define to allow bi-directional communication between the two machines?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ahmed&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 19:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/764561#M1259</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2021-08-27T19:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Free Live Webinar: How Do I Use SASPy to Interface With SAS® From My Python Code?</title>
      <link>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/764861#M1263</link>
      <description>&lt;P&gt;Hey, that configuration definition looks like a plausible config. Do you have passwordless ssh configured? If not, it could be that it's hung waiting for a password to by typed in, which is why it needs passwordles (ssh keys). The other thing could be that if you've never ssh'ed to this host before, that it's not in your known_hosts file, so it's prompting you whether you want this host added or not, and is hung on that prompt. If you look at the process (the ssh process on windows), and try running that same command, with the same parameters, from a command prompt, and add -vvv, maybe you'll see what's going on. It's probably a prompt that's got it hung.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Free-Live-Webinar-How-Do-I-Use-SASPy-to-Interface-With-SAS-From/m-p/764861#M1263</guid>
      <dc:creator>sastpw</dc:creator>
      <dc:date>2021-08-30T14:40:50Z</dc:date>
    </item>
  </channel>
</rss>

