Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain
Thanks in advance
Answer Posted / balmukund
1. Call the proc multiple time in multiple steps.
2. probably using REXX program we can call that proc in
single steps.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
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?
How do you overcome this limitation ?
What is the function of the dd dcb keyword?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Why include statement is used in a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
What does a disposition of (new,catlg,keep) for a dsn mean?
How can an in-stream dataset be terminated?
what is use of dsn parameter in dd statement?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the purpose of dd?
Can I send output of job to my remote device careerride123?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is automatic restart possible in jcl? If yes, how?