InterviewSolution
Saved Bookmarks
| 1. |
What Is The Meaning Of The Exec Statement Keyword, Cond? What Is Its Syntax? |
|
Answer» COND specifies the CONDITIONS for executing the subsequent job STEP the value after the COND= is compared to the return codes of the preceding STEPS and if the COMPARISON is true, the step is bypassed COND specifies the conditions for executing the subsequent job step the value after the COND= is compared to the return codes of the preceding steps and if the comparison is true, the step is bypassed |
|