Name the system library from which modules are retrieved at
execution
Answers were Sorted based on User's Feedback
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
restart logic ?
Can we change a FB file to VB file in JCL? Please help
What will happen if two JOB statements are mentioned in an JCL continuously.
What is one line to pass PARM from JCL to COBOL?
In which table PLAN is registered in ?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
How to fetch even records from one file to another file by using ICETOOL in JCL?
wht is step lib n job lib ? where can we code joblib n steplib ?