How do I create a basic Sequencer?

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

Moderators: chulett, rschirm, roy

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

Post by chulett »

Not using the "wait" is the only way to come close to the at once requirement. And the sleep is just a suggestion to avoid overloading the server during startup, space out the job invocations a wee bit.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You can do the same thing in BASIC by commenting out the wait routine.

ErrCode = DSWaitForJob(hJob1)

This one line waits for the job to finish.
Mamu Kim
Post Reply