How to Use JCL Cond Parameters
How to use JCL Cond Parameters to skip a step in a Job Cond Parameters are used in Job steps to route the job execution of each steps or a particular step. For example if you want to skip a particular step based on previous steps outcome, using a COND parameter is a good solution. … Read more