BookmarkSubscribeRSS Feed
Fabrice
Calcite | Level 5

Dear all,

I would like to know whether it is possible to run SAS programs from a JAVA (e.g. Eclipse) running on a WINDOWS computer; and if yes, what is the best way.

Thank you in advance.

Regards,

Fabrice

2 REPLIES 2
RW9
Diamond | Level 26 RW9
Diamond | Level 26

Yep, it is possible.  Try this article:

http://www.lexjansen.com/pharmasug/2001/proceed/techtech/tt07_curnutt.pdf

Or check out SAS AppDev Studio.

PeterAndersson
Calcite | Level 5

Use the SAS IOM Bridge which allows you to use CORBA in your Java application (e.g inside Eclipse) to remotely execute SAS code as well as reading SAS data.

The SAS AppDev Studio comes with the required JARs.

In Eclipse you have to add the libraries under SASVersionedJarRepository which you will find under your local SAS installation.

The Lexjansen approach previously mentioned by RW9 does not actually run the SAS program but generates SAS code from Java then you have to submit the generated program using SAS connect.

The best way?

If you must run the SAS code from inside the Java application either you have to use SAS IOM Bridge. This requires understanding of SAS IOM as well as CORBA to set up.

Altenatively you need sas.exe on your system then you can use Runtime.getRuntime().exec from inside eclipse.

Choose what suits your environment and skills the best.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 6994 views
  • 1 like
  • 3 in conversation