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
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How can the attributes of one sms dataset be copied to another dataset?
Explain the hierarchy levels in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the function of //cntl statement?
What are the parameters that are used in creating a gdg?
How does jcl act on code(if you take a cobol program)?
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?
which utility is used to sort a file in jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can a jobs execution priority be modified?
Is automatic restart possible in jcl? If yes, how?
Can I share my data with other jobs? How?
What are the 2 types of parameters in dd statement?
Why block size is multiple of lrecl in jcl?