invoking ETL job from Java program

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
verify
Premium Member
Premium Member
Posts: 99
Joined: Sun Mar 30, 2008 8:35 am

invoking ETL job from Java program

Post by verify »

Is there a way to invoke DS jobs from a java program?. I want to get rid of the existing unix scripts with java programs as java offers more error handling features than a shell script.
RK Raju
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sure, it has even been discussed here several times from what I recall. Searching the forums all terms - "java dsjob" - should turn them up, I would think.
-craig

"You can never have too many knives" -- Logan Nine Fingers
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Yes...we went into some detail, discussing either the use of RTI/WISD, or JNI and the C++ version of the API for Job Control....

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
Post Reply