InterviewSolution
| 1. |
Mention What Happens When Cond Is Coded In Job Statement And When Cond Is Coded Inside Exec Statement? |
|
Answer» When COND is CODED in JOB STATEMENT, the CONDITION is tested for every job step. When the condition is true for any PARTICULAR job step, it is byepassed along with the job steps. When COND is coded in JOB statement, the condition is tested for every job step. When the condition is true for any particular job step, it is byepassed along with the job steps. |
|