I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
No Answer is Posted For this Question
Be the First to Post Answer
Can a job have only steplib and no joblib ?
What dd statement is used to supply the name of a dataset?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is NOTCAT 2
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
Why we will create load module in PDS only, Why nt in PS?
The maximum number of steps in a job?
what is inrec fields and outrec fields in sorting
Can I share my data with other jobs? How?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.