Executing JCL steps in reverse order
Executing JCL steps in reverse order
Can anyone please let me know how to execute JCL steps in reverse order??
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Executing JCL steps in reverse order
Hello,
JCL executes from the "top" to the "bottom".
There is no command to run it "backwards".
JCL executes from the "top" to the "bottom".
There is no command to run it "backwards".
Hope this helps,
d.sch.
d.sch.
Re: Executing JCL steps in reverse order
Thanks Dick, I would like to know, is there a way we can run the steps in any desired order atleast so that we can run it in reverse order???


- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: Executing JCL steps in reverse order
Hello,
You might want to read the documentation on a utility named IEBEDIT. It may or may not let you do what you want to do. Trying to run jcl "out of order" often causes more problems because of condition code testing and referbacks. It is far more straight forward to create a new set of jcl to meet the required sequence of execution.
You might want to read the documentation on a utility named IEBEDIT. It may or may not let you do what you want to do. Trying to run jcl "out of order" often causes more problems because of condition code testing and referbacks. It is far more straight forward to create a new set of jcl to meet the required sequence of execution.
Hope this helps,
d.sch.
d.sch.