<?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: Conversion of SAS Code to Python in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809152#M319065</link>
    <description>&lt;P&gt;Check &lt;A href="https://support.sas.com/en/software/saspy.html" target="_self"&gt;SASPy&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 18:56:32 GMT</pubDate>
    <dc:creator>r_behata</dc:creator>
    <dc:date>2022-04-21T18:56:32Z</dc:date>
    <item>
      <title>Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809150#M319064</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any way in which we can automate the conversion of a SAS code to Python.&lt;/P&gt;&lt;P&gt;The automation process not necessarily need to be in SAS, it can also be in python with some predefined python library.&lt;/P&gt;&lt;P&gt;Any link to the solution or some predefined workflow will be really helpful.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809150#M319064</guid>
      <dc:creator>Mayank_61</dc:creator>
      <dc:date>2022-04-21T18:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809152#M319065</link>
      <description>&lt;P&gt;Check &lt;A href="https://support.sas.com/en/software/saspy.html" target="_self"&gt;SASPy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 18:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809152#M319065</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2022-04-21T18:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809154#M319067</link>
      <description>&lt;P&gt;I doubt there's a good way.&amp;nbsp; See this thread with same question:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Science/SAS-to-Python/td-p/729384" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Science/SAS-to-Python/td-p/729384&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you google a bit you'll fine companies selling translations / translators, but I'm not sure I would trust them.&amp;nbsp; One has a 90% guarantee.&amp;nbsp; Hard to imagine something worse than correctly translating 90% of a program into a new language.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're going to switch to python, probably better to invest in hiring / learning python, and have python programmers sit down with requirements and build in python.&amp;nbsp; SAS code is pretty easy to read, so if you have requirements, SAS code, and a few people who know SAS, would think it could be done.&amp;nbsp; Of course it's a big migration (potentially), you might want to rearchitect your full analytic environment at one time, not just switch the language.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:17:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809154#M319067</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2022-04-21T19:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809157#M319069</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/415979"&gt;@Mayank_61&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I agree with what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp;has suggested.&lt;/P&gt;
&lt;P&gt;SAS and Python are two different application softwares which perform identical set of tasks for example data analysis, statistics etc in their own distinct way. But there is no one to one corrospondence between a function in SAS with that in Python. Any translator, if available, may not be effiecient.&lt;BR /&gt;It is better to focus on the task a SAS program does and write the same job in Python. This will require more resources in development but save time in debugging a faulty translation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809157#M319069</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-04-21T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809161#M319071</link>
      <description>&lt;P&gt;What I said in the thread &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp;linked to still holds true. Start with the original requirements, and have the program(s) rebuilt from scratch by (a) Python specialist(s). Don't even think about a "conversion" that will have you end up with a piece of unmaintainable junk.&lt;/P&gt;
&lt;P&gt;If this proves to make no sense economically, stay with SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind: this is not like translating PASCAL to C. The paradigms are completely different.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809161#M319071</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-04-21T20:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809163#M319073</link>
      <description>&lt;P&gt;Just to add to the specific SAS to Python code conversion discussion, I've never seen a reliable, automatic way to convert from ANY computer language to ANY other one where the architecture and syntax is radically different. It's a different story where you have different flavours of the same computer language like SQL, BASIC, C and so on but that's not what we are talking about here. And let's not get started on software that's incompatible between versions...&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 20:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/809163#M319073</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-04-21T20:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/812517#M320599</link>
      <description>&lt;P&gt;I am just doing a market research on Automatic &lt;SPAN&gt;tool/services for&amp;nbsp;&lt;/SPAN&gt;translating from&amp;nbsp;&lt;SPAN&gt;SAS code to python (don't want to use them).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far,&amp;nbsp;I found&amp;nbsp;wise with data,&amp;nbsp;SAS2PY and&amp;nbsp;Semantic Designs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Would you please name the translator tool/services if you know any more?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 01:25:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/812517#M320599</guid>
      <dc:creator>maryana</dc:creator>
      <dc:date>2022-05-11T01:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/873818#M345228</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please look at&amp;nbsp;&lt;A href="https://www.wisewithdata.com/sas-to-pyspark-migration-solution-2/" target="_blank"&gt;https://www.wisewithdata.com/sas-to-pyspark-migration-solution-2/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This company I found in addition to the two you already listed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found in addition a Web based tool doing translations between differnt programming languages. This tool offers a lot of programming languages including SAS and Python.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://codeconverter.com/?gclid=Cj0KCQjw6cKiBhD5ARIsAKXUdyb7-UR64w8VG8vk7aDhWYX8PXhR1sAlOgsAXl-mAxTrNdqnaNpSU9UaAm76EALw_wcB" target="_blank"&gt;https://codeconverter.com/?gclid=Cj0KCQjw6cKiBhD5ARIsAKXUdyb7-UR64w8VG8vk7aDhWYX8PXhR1sAlOgsAXl-mAxTrNdqnaNpSU9UaAm76EALw_wcB&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/873818#M345228</guid>
      <dc:creator>kbohle</dc:creator>
      <dc:date>2023-05-04T07:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/902653#M356725</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have exactly done the same. We have parsed SAS code and converted into Python code. We were able to achieve 95% during the automation process and 5% manual intervention is needed to do some configuration etc. If you are interested, you can reach out to me and discuss in detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My name is Varatharajkumar (Als.) Arjun, from Chennai, India. I am the Founder and COO of Rushmore Technologies Private Limited.&lt;/P&gt;&lt;P&gt;My Mail id : &lt;A href="mailto:arjun@rushmoretech.in" target="_blank"&gt;arjun@rushmoretech.in&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Mobile No: +91 9840171191.&lt;/P&gt;&lt;P&gt;You can feel free to reach me anytime at your convenience. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 12:58:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/902653#M356725</guid>
      <dc:creator>Arjun-V</dc:creator>
      <dc:date>2023-11-11T12:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/902671#M356735</link>
      <description>&lt;P&gt;We tested and fond that our tool perform far better than&amp;nbsp;wisewithdata,&amp;nbsp;leap logic,&amp;nbsp;sas2py and&amp;nbsp;symantic designs&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 17:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/902671#M356735</guid>
      <dc:creator>Arjun-V</dc:creator>
      <dc:date>2023-11-11T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/955262#M373082</link>
      <description>&lt;P&gt;Hello there world&lt;/P&gt;&lt;P&gt;My name is Luis Ilabaca - I am a consultant and have worked on various projects working on SAS, Python, AWS... etc&lt;/P&gt;&lt;P&gt;If you are working on a SAS to Python conversion ( of many many codes ) please let me give you a 20 minute presentation.&lt;/P&gt;&lt;P&gt;in it i will demo some tools and give you a presentation - and at the bare minumum it would just be "wasted 20 minutes" but hope you can walk away with many good ideas&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the nature of programming is open source so i would like to show you concrete solutions on how to approach this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can reach me at &lt;A href="mailto:LuisIlabaca3@gmail.com" target="_blank"&gt;LuisIlabaca3@gmail.com&lt;/A&gt;&amp;nbsp;( also you can see my linked in but i admit i don't always log in there - and the bots in linked in now a days flood your inbox )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 00:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/955262#M373082</guid>
      <dc:creator>luisilabaca</dc:creator>
      <dc:date>2025-01-07T00:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/955730#M373235</link>
      <description>&lt;P&gt;I have also found an&amp;nbsp;&lt;A href="https://swapcode.ai" target="_blank" rel="noopener"&gt;ai based code converter&lt;/A&gt;&amp;nbsp;website that works seamlessy for free&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 11:55:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/955730#M373235</guid>
      <dc:creator>irajatsingh</dc:creator>
      <dc:date>2025-01-10T11:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion of SAS Code to Python</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/979920#M378869</link>
      <description>&lt;P&gt;Yeah, even I have got an ask to convert SAS code to python but since these asks are frequent, we have been asked to build an accelerator that would do the SAS to python conversion..&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 07:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Conversion-of-SAS-Code-to-Python/m-p/979920#M378869</guid>
      <dc:creator>Taha_0703</dc:creator>
      <dc:date>2025-12-03T07:30:51Z</dc:date>
    </item>
  </channel>
</rss>

