Answer Posted / nithya
Yes, writing a proc inside a proc is possible.
Upto 15 levels of looping cataloged proc is possible,
But an instead proc cannot be coded in a cataloged proc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain in DD statement what is the use of DCB parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how can you check if a file is empty using jcl?
Explain dfsort utility?
Brief description of inline procedure of jcl.
How would you understand error(execution phase)?
Explain about LMQUERY�give a dialog information about a data set
How do you submit a job for execution?
Explain the jcl exec statement?
List the different jcl statements that are not permitted in the procedures?
what is use of disp parameter in dd statement?
What is multithreading in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?