Hello @IditMaor The answer to your question depends on how you to propose to use java. We have java codes which are packaged as jar files and executed independently to supplement SAS programs. It is indeed possible to execute execute the jar file from within SAS code. On approach is by using X command. Data can be passed to the java jar using command line or as a csv file. Java can also be used to read SAS datasets but I would not prefer this approach. Everything depends on what exactly is required and the SAS programmers comfort level.
... View more