I am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...
Answer Posted / guest
1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how can the same proc be re-used and called by many jobs?
Explain the purpose of the dd keylen parameter?
What is use of restart and how to use it?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
In job processing, what happens in conversion stage?
What is the maximum length of a single line of jcl?
when can a job time-out occur? How to overcome that?
How does the jcl specify the job to os?
how to run batch program without jcl?
What is the purpose of dd dummy statement?
What is the syntax of JCL statement?
Explain the purpose of dd dummy statement?
What are the utility programs in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?