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. |
|