Disable Job Activity in Sequence

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
bbobpop1
Participant
Posts: 29
Joined: Sun Jul 20, 2008 9:55 am

Disable Job Activity in Sequence

Post by bbobpop1 »

Hi

I have two sequences, Seq A and Seq B. Seq A is a "parent" sequence because Seq B is called from Seq A.

In Seq B, I have 15 DataStage Job running in parallel. Now Out of these 15 DataStage Jobs, I need to disable one job (Job A) temporarily.

I have two options,

1) Create a Dummy Job (For Job A) with the same name and let it run through sequence B.

2)Create a New Sequence, (Copy of Seq B) and delete Job A activity.

However, I am curious to understand that is there any way to disable few job/s in a sequence?

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

Post by chulett »

No, there isn't a way to "disable" activities. You can add conditional logic to branch around them if you're going to be doing this on a regular basis, otherwise you've hit on the other two techniques I would have mentioned.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

In the Execution Action drop down list, you could select "Validate only" for Job A. But obviously, you need to recompile and run...
Kandy
_________________
Try and Try again…You will succeed atlast!!
Post Reply