<?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: Integrating Python in SAS Entreprise Miner in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833573#M10315</link>
    <description>&lt;P&gt;Hi Filbert,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You run the javac command from the directory that contains the src directory. So in the example it is&amp;nbsp;C:\SGF2015\OpenSrcIntegration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To run as administrator, don't double-click and open the file with default editor but see if you can right-click on the file (from file explorer) and select Run as Administrator. If that does not work, try right-clicking on windows command prompt and Run as Administrator and then go to the directory where the file is and then open using notepad. The sasv9.cfg is a text file so once you have access, you should be able to edit it with notepad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Radhikha&lt;/P&gt;</description>
    <pubDate>Thu, 15 Sep 2022 12:41:54 GMT</pubDate>
    <dc:creator>RadhikhaMyneni</dc:creator>
    <dc:date>2022-09-15T12:41:54Z</dc:date>
    <item>
      <title>Integrating Python in SAS Entreprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833341#M10312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this thread as referrence on how to setting up python in Enterprise Miner.&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Tip-How-to-execute-a-Python-script-in-SAS-Enterprise-Miner/ta-p/223761" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Tip-How-to-execute-a-Python-script-in-SAS-Enterprise-Miner/ta-p/223761&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have few questions on the setting up:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For compiling the provided java classes, does that mean I put the SASJavaExec.java file inside the bin folder?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filbert2021_0-1663164488369.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75231i77EEEE27B68FFAB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filbert2021_0-1663164488369.png" alt="filbert2021_0-1663164488369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another enquiry is on setting the java classpath.&lt;/P&gt;&lt;P&gt;What software do i use to edit the sasv9.cfg file and set the classpath?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filbert2021_1-1663164669243.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75232i83EC6F2009A4B643/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filbert2021_1-1663164669243.png" alt="filbert2021_1-1663164669243.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried edit it by opening it with notepad but it gives me error mentioning i don't have the permission to edit it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed the SAS Enterprise Miner on my personal laptop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Filbert&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 14:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833341#M10312</guid>
      <dc:creator>filbert2021</dc:creator>
      <dc:date>2022-09-14T14:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Python in SAS Entreprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833436#M10313</link>
      <description>&lt;P&gt;Hi Filbert,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The java file(s) (SASJavaExec.java) should be in src/dev directory and when you compile using "javac src/dev/* -d bin" command, the executable will go into bin directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your second question, since it is a personal desktop you probably can open the sasv9.cfg file as a administrator - on Windows you typically do this by right-clicking on the file and selecting Run as Administrator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Radhikha&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 20:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833436#M10313</guid>
      <dc:creator>RadhikhaMyneni</dc:creator>
      <dc:date>2022-09-14T20:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Python in SAS Entreprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833476#M10314</link>
      <description>&lt;P&gt;Hi Radhikha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"javac src/dev/* -d bin" command -&amp;gt; where do i run this command?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As for run as administrator, when I open it. It's opened by notepad so&lt;/SPAN&gt;&lt;SPAN&gt;there is no option for me to run it as administrator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hence, I am checking if what kind of software to open the sasv9.cfg file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Filbert&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 02:57:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833476#M10314</guid>
      <dc:creator>filbert2021</dc:creator>
      <dc:date>2022-09-15T02:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating Python in SAS Entreprise Miner</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833573#M10315</link>
      <description>&lt;P&gt;Hi Filbert,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You run the javac command from the directory that contains the src directory. So in the example it is&amp;nbsp;C:\SGF2015\OpenSrcIntegration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To run as administrator, don't double-click and open the file with default editor but see if you can right-click on the file (from file explorer) and select Run as Administrator. If that does not work, try right-clicking on windows command prompt and Run as Administrator and then go to the directory where the file is and then open using notepad. The sasv9.cfg is a text file so once you have access, you should be able to edit it with notepad.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Radhikha&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 12:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Integrating-Python-in-SAS-Entreprise-Miner/m-p/833573#M10315</guid>
      <dc:creator>RadhikhaMyneni</dc:creator>
      <dc:date>2022-09-15T12:41:54Z</dc:date>
    </item>
  </channel>
</rss>

