<?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 &amp;amp; Python in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809673#M40609</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/423870"&gt;@Roymadpis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out this Blog Post&amp;nbsp;&lt;A title="SAS or Python? Why not use both? Using Python functions inside SAS programs" href="https://blogs.sas.com/content/sgf/2019/06/04/using-python-functions-inside-sas-programs/" target="_blank" rel="noopener"&gt;SAS or Python? Why not use both? Using Python functions inside SAS programs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lecompobjref/p18qp136f91aaqn1h54v3b6pkant.htm" target="_self"&gt;SAS on-line documentation&lt;/A&gt; has additional examples&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But be aware, there are pre-requisites for this functionality:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Python 3.x must be installed on your SAS Compute/Processing Server&lt;/LI&gt;
&lt;LI&gt;Must have SAS 9.4 M6 / M7 release&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Must define two Environment Variables&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;MAS_M2PATH: &amp;lt;location for SAS supplied mas2py.py script&amp;gt;&lt;/LI&gt;
&lt;LI&gt;MAS_PYPATH:&amp;lt;Location of your Python binary&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 12:33:40 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2022-04-25T12:33:40Z</dc:date>
    <item>
      <title>SAS &amp; Python</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809651#M40605</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I am using SAS Enterprise Guide and I was wondering if there is a way to write python code directly in SAS, and if there is a way to do so if you can guide me on how.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;examples for use cases I would like to perform:&lt;/P&gt;&lt;P&gt;I have data in a table in SAS and I want to perform several manipulations with Pandas&lt;/P&gt;&lt;P&gt;I have a CSV file and I want to read it using Pandas and perform manipulation on that data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ahead!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809651#M40605</guid>
      <dc:creator>Roymadpis</dc:creator>
      <dc:date>2022-04-25T11:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS &amp; Python</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809652#M40606</link>
      <description>Check SAS Viya  product .&lt;BR /&gt;Hope you have enough money to buy !</description>
      <pubDate>Mon, 25 Apr 2022 11:21:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809652#M40606</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-04-25T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS &amp; Python</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809667#M40608</link>
      <description>&lt;P&gt;Contact your sas-admins they know if you can execute Python code in a sas-session.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 12:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809667#M40608</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-04-25T12:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS &amp; Python</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809673#M40609</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/423870"&gt;@Roymadpis&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out this Blog Post&amp;nbsp;&lt;A title="SAS or Python? Why not use both? Using Python functions inside SAS programs" href="https://blogs.sas.com/content/sgf/2019/06/04/using-python-functions-inside-sas-programs/" target="_blank" rel="noopener"&gt;SAS or Python? Why not use both? Using Python functions inside SAS programs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lecompobjref/p18qp136f91aaqn1h54v3b6pkant.htm" target="_self"&gt;SAS on-line documentation&lt;/A&gt; has additional examples&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But be aware, there are pre-requisites for this functionality:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Python 3.x must be installed on your SAS Compute/Processing Server&lt;/LI&gt;
&lt;LI&gt;Must have SAS 9.4 M6 / M7 release&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Must define two Environment Variables&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;MAS_M2PATH: &amp;lt;location for SAS supplied mas2py.py script&amp;gt;&lt;/LI&gt;
&lt;LI&gt;MAS_PYPATH:&amp;lt;Location of your Python binary&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 12:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-amp-Python/m-p/809673#M40609</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2022-04-25T12:33:40Z</dc:date>
    </item>
  </channel>
</rss>

