Job dynamic warning limit

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Amos.Rosmarin
Premium Member
Premium Member
Posts: 385
Joined: Tue Oct 07, 2003 4:55 am

Job dynamic warning limit

Post by Amos.Rosmarin »

Hi,

I have a sequencer Seq1 that looks like this:

jobA --> JobB --> JobC


I want to apply the rule 'Abort after n warnings' only to JobB
when n is detemined by a parameter when executing the Seq1

How can I do this ?

Is there a way to do this:
jobA --> Routine_set_B_warn_limit --> JobB --> JobC ???



Amos
ailuro
Participant
Posts: 21
Joined: Wed Sep 10, 2003 11:09 pm
Location: GMT+8

Post by ailuro »

"By default a controlled job inherits any row or warning limits from the controlling job. These can, however, be overridden using the DSSetJobLimit function."

In a BASIC job control maybe, but in a sequence it seems (to me at least) that there is no obvious way of changing the inherited limit. :(
Post Reply