How to run a single sequence in a job sequence

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
yddert
Premium Member
Premium Member
Posts: 12
Joined: Wed Jan 11, 2006 2:10 pm

How to run a single sequence in a job sequence

Post by yddert »

Hi,

I have sequences in one job as shown below.

seq1 --> seq2 --> seq3 --> seq4 --> seq5

All the sequences are linked. Is it possible to run only 'seq3' from the above sequence.

Can anybody help me on this?

Thanks..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not really. The simplest thing to do would be to save the sequence with a new name, delete all activities except Job3, then run the sequence.

Otherwise you're up for at least a Nested Condition activity per job activity. Messy.

Of course you can run the actual Job3 in isolation.
Last edited by ray.wurlod on Fri Jan 23, 2009 2:44 pm, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
behrouz
Participant
Posts: 41
Joined: Tue Oct 28, 2008 4:13 am

in execution u choise reset only

Post by behrouz »

for seq1,2,4 in execution u choise reset only
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Yddert, Why do you want to run seq3 alone? Anything specific? Since 'seq3' is a sequence by itself and you don't want any other activities in the master sequence to run, why don't you directly run seq3 instead of running master sequence?
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply