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 !
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!
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.