InterviewSolution
Saved Bookmarks
| 1. |
In Order To Execute Step2 A Job After A Return Code Of 8 In Step1, What Condition You Will Code In Step2? |
|
Answer» COND=(12,LT,STEP1), it will READ the condition as 12 LESS than 8, which is false, so this step will be executed. COND=(12,LT,STEP1), it will read the condition as 12 less than 8, which is false, so this step will be executed. |
|