Page 1 of 1

Call java code

Posted: Thu Mar 08, 2007 4:32 am
by Sathish321
Hi,
Is there a way to call a java code from Datastage

Posted: Thu Mar 08, 2007 4:36 am
by kumar_s
Hi Sathish,
Server forum would be more appropriate.
As noted in other thread, using ExecuteCommand activity you can call the OS level commands. If its just an executable, you can directly call it using Execute comman activity stage. Else you can write the Batch file and execute it.
Btw, how you call currently?

Posted: Thu Mar 08, 2007 7:39 am
by ray.wurlod
You can purchase the add-on Java PACK.

Posted: Thu Mar 08, 2007 7:50 am
by chulett
Define 'call Java code'. What / when. Otherwise, the only appropriate answer is 'yes'.

Posted: Fri Mar 09, 2007 2:56 pm
by Smeitei
If you call the java code before or after the DS job then use a shell script to call the java code and define it as Before or After job subroutine