Tags
abend, clause, CODE, COND, else, if, JCL, job, mainframe, MAINFRAMES, NAME, override, parameter, refer back, RESTART, step, stepname
In a Job, can we have more than one step with the same step name? Answer is yes, we can have multiple steps (more than one step) with the same step name. Some migration tools might have a check for this and restrict before promoting an element to a higher level. But in general, yes, you can have.
But this also comes with restrictions when we have some issues or in general as well.
- When your job abends and you want to restart at a step which has same step name with another step in the job. One Approach is to edit JCL to have only the steps required and run
- When you refer back a step in a consecutive job step
- When using condition codes with step name (COND=(4,GE,STEP5)
- When you want to override parameter in the JCL
- In the IF/ELSE clause
——————————————————————————————————–
In United States, If you would like to Earn Free Stocks, Credit card Points and Bank account Bonuses, Please visit Finance Blog
——————————————————————————————————–
You may also like to look at: