Executing datastage job from java code.

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
allavivek
Premium Member
Premium Member
Posts: 211
Joined: Sat May 01, 2010 5:07 pm

Executing datastage job from java code.

Post by allavivek »

Hello,

Can we run dsjob command from a java code ?

I have a requirement , where user passes values to paramaters from web GUI and datastage job should pick them and produce xml file accordingly.

I cannot use ISD because to produce xml, i have 2-3 pre jobs i need to run to actully run xml job in sequencer.

Kindly provide some thoughts.

Thank You
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Yes.

A small example here.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply