JCL 11 - Bypass Technique using Conditional Parameter

CONDITIONAL PARAMETER:

COND is a key word parameter, used to control the execution of the steps.
  • It consists of Return code, Relational Operator and an Activity.
  • Relational Operator can consist of EQ, LT, LE, GE, GT, NE.
  • Return code can consist of 04, 08,12,16,---- 4095
  • We can code the COND parameter at JOB & ACTIVITY LEVEL.
  • If COND coded at job level, applicable to all the activities in that job.
  • If COND is coded at activity level, applicable only for that specific activity.
Previous
Next Post »