1.

What Is Cond Parameter?

Answer»

It is a keyword parameter which can be specified on the JOB or EXEC statements. COND CONSISTS of 3 sub PARAMETERS:

code(0 THRU 4095),LOGICAL operator, and step NAME of the step that is going to be compared.
The purpose of the COND is to determine whether the step should be executed or bypassed. If condition specified in the COND parameter is true, the step is bypassed.

It is a keyword parameter which can be specified on the JOB or EXEC statements. COND consists of 3 sub parameters:

code(0 thru 4095),logical operator, and step name of the step that is going to be compared.
The purpose of the COND is to determine whether the step should be executed or bypassed. If condition specified in the COND parameter is true, the step is bypassed.



Discussion

No Comment Found