Sequence Jobs

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
nandela.sudheer
Participant
Posts: 39
Joined: Mon May 19, 2008 7:22 am

Sequence Jobs

Post by nandela.sudheer »

I have one requirement like

I have one sequence job like Seq_Test
in this sequence we have 2 jobs like Tset1 , Test2.

Seq_Test

Test1

Test2

note: We are running this two jobs in parallel

my requirement:

if sequence job start then start two jobs at a time.if those jobs are successfull we are fine.

if any one job fail then we have to fixed the problem and run sequence again. while this time sequence calls the two jobs(means we don't want to run already finished job, we have to run only which job will be aborted)

but we should run through sequence only. not run individual job.

Can any one help me .it's great help for me . this is very urgent
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Enable 'checkpointing' and then ensure if any job aborts, the Sequence aborts as well.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We don't do "urgent".

DSXchange is an all volunteer site whose members post if and when they can, and under no compulsion to do so.

For example when you posted I was asleep (it was midnight my time).

If you need "urgent" help sign up with your official support provider for premium service, and learn just how expensive "urgent" can be.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply