Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / shyam
we can call catalog procedure in instream procedure n times.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / 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 |
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
can we write a proc with in a proc
What is the purpose of the PARM keyword in the EXEC statement?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
Max. No of DD statements in a job ?
when does a dataset go uncataloged?
How to do automated restart when a job abend?
What are the kinds of job control statements?
We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
when GDG version number get changed ? bcz always Generations only increasing.
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?