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 inside EXEC statement of a job step, and the condition is true, then only that particular job step is bypassed, and execution will be carried out from the NEXT job step

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 inside EXEC statement of a job step, and the condition is true, then only that particular job step is bypassed, and execution will be carried out from the next job step



Discussion

No Comment Found