<?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 How to use/call java program in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879290#M347377</link>
    <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help in using Java Program in SAS EG, can we call that and what plugins do we need. or any other method we would need to use Java program in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 21:13:34 GMT</pubDate>
    <dc:creator>Sasuserp89</dc:creator>
    <dc:date>2023-06-05T21:13:34Z</dc:date>
    <item>
      <title>How to use Java program/code in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879289#M347376</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a new project where we need to use Java program, which decrypts or encrypts the data using other tool. That Java program need to be used in SAS and create a program where any SAS programmer/analyst can use may be using macro or call that java program. End result should be a SAS program that can be used by any analyst or programmer&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 20:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879289#M347376</guid>
      <dc:creator>Sasuserp89</dc:creator>
      <dc:date>2023-06-05T20:32:48Z</dc:date>
    </item>
    <item>
      <title>How to use/call java program in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879290#M347377</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help in using Java Program in SAS EG, can we call that and what plugins do we need. or any other method we would need to use Java program in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 21:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879290#M347377</guid>
      <dc:creator>Sasuserp89</dc:creator>
      <dc:date>2023-06-05T21:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Java program/code in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879292#M347378</link>
      <description>FYI - Please do not post the same message multiple times. I've combined them into one and moved to the General Programming forum.</description>
      <pubDate>Mon, 05 Jun 2023 21:25:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879292#M347378</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-05T21:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Java program/code in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879293#M347379</link>
      <description>&lt;P&gt;Java code - try JavaObj.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/lrcon/9.4/n0swy2q7eouj2fn11g1o28q57v4u.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/lrcon/9.4/n0swy2q7eouj2fn11g1o28q57v4u.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure it will work for you as it notes:&lt;/P&gt;
&lt;UL class="xisDoc-listUnordered"&gt;
&lt;LI class="xisDoc-item"&gt;The Java object is designed to call Java methods from SAS. The Java object is not intended to extend the SAS library of functions. Calling PROC FCMP functions is much more efficient for fast in-process extensions to the DATA step, especially when large data sets are involved. Using the Java object to perform this type of processing with large data sets takes significantly more time.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If you have the code, is FCMP an option for implementation instead of Java?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise you may need to consider CALL SYSTEM or XCMD if you have that enabled.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 21:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879293#M347379</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-05T21:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Java program/code in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879294#M347380</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response. I have seen similar response in the web and not sure of this works either. First of all I need to know if there is any plugins required to use Java in SAS, so I would install those and proceed from there. Also, SAS EG supports using Java program or no, I am not sure. we want to explore our options and make that work.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 21:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879294#M347380</guid>
      <dc:creator>Sasuserp89</dc:creator>
      <dc:date>2023-06-05T21:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Java program/code in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879297#M347382</link>
      <description>&lt;P&gt;No "plug-ins" are required to use the SAS Java object. This object uses the private Java libraries that come as standard with SAS installations. If you want to use your own version of Java, then you would need to call it using OS-type commands using the method's mentioned by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG connects to a SAS session where the&amp;nbsp;SAS Java object is available and the ability to call&amp;nbsp;OS-type commands including Java is possible.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 23:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-use-Java-program-code-in-SAS/m-p/879297#M347382</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-06-05T23:19:42Z</dc:date>
    </item>
  </channel>
</rss>

