Dear All,
Do you know how to execute a java .jar by passing parameter to the program using PROC GROOVY.
I can obtain similar result by running call system(java ....)
But I am experiencing issues by doing the same with proc groovy qnd it is very difficult to find documentation on this topic.
Thanks !!
See also this example
Well not exactly what you are looking for, but it might help you towards what you want to achieve. The below code passes two arguments to a groovy program that uses Java classes to read out width and height of an image.
Find more documentation on Proc Groovy in Base SAS(R) 9.4 Procedures Guide, Third Edition
Thank you for your answer.
Basically, I wrote a java program, so I have a *.class and a *.jar available.
And I wanted to know if it is possible to execute this jar file from SAS and to pass 2 parameters that this java program needs for execute.
Thx
See also this example
Thank you for your help,
Another question related to the topic, do you know if it is possible to import additional class.
That's what I am doing, and I don't get any error but the execution is VERY VERY long.
Thank you !
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.