Hi, I am trying to write a java program which can submit a sas script to sas to execute.
I have be able to invoke SAS from command line.(Which I think is slow, become a new process each time). But I read a paper saying there is JConnect which can be used
to submit sas task directly.
but I am not be able to find any information about jconnect on SAS site.
Any one have the information?
or what other technology can I use to achieve this?