Control Table in datastage?

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
A_SUSHMA
Participant
Posts: 43
Joined: Fri Apr 12, 2013 10:34 am

Control Table in datastage?

Post by A_SUSHMA »

Hi All,

what is Control table in data stage and how it works ?

If possible Please explain me with example..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There isn't one.

If there is, it's something YOUR developers/designers have implemented. It is they, therefore, who need to do the explaining.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
A_SUSHMA
Participant
Posts: 43
Joined: Fri Apr 12, 2013 10:34 am

Post by A_SUSHMA »

Hi All,

I have two jobs,In this I need to execute second job from First job. Means to Execute one job from other job.

Please explain me how can i do in datastage...
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Still not a control table.

If you need to run the two jobs in a particular order one after the other, that's what a Sequence job would let you do. If you need one job to run another, you'll need to be more explicit as to what exactly that means.

One time thing? Technically you can use dsjob from the After Job area of the first job but you're better off using a Sequence for that. Need to run the second job once for every row the first one processes, perhaps even passing row data from the first job to the second as parameters? That's what DSUtilityRunJob is for.
-craig

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