In a JCL if previous steps return code is greater than 0 or
4 then the next step will not execute. But the job will be
successfull with the maximum return code. How can we reset
this maximum return code to '0' regardless of return codes
of any steps?
Answer Posted / srk
can u specify the code for above problem
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is multithreading in jcl?
what is JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
When output dataset space is required, what quantity categories are used?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the use of disp parameter?
how you can direct the data to spool using SYSOUT option?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What do you understand by jcl?
List in order the hierarchical levels of jcl?
What is condition checking in jcl? Is this possible?
what are the statements that are not valid to be included in an include statement?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how would you create a temporary dataset? And where will you use them?