What are the commonly used parameters on the EXEC statement and what do you they mean?
The most commonly used parameters on the EXEC statement are: COND, PARM, REGION, and TIME. They stands for: 1. COND – Specifies conditions to execute subsequent job steps if the previous step(s) fail. 2. PARM – Passes parameter to the job steps. 3. REGION – Specifies the region size to allocate for the job / job step. 4. TIME – Imposes a time limit on the job or job step.