Page 1 of 1

Job dynamic warning limit

Posted: Thu Nov 04, 2004 1:01 am
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

Posted: Thu Nov 04, 2004 2:00 am
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. :(