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
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How dummy is used in jcl?
What is condition checking in jcl? Is this possible?
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?
Which statement is used to identify the private libraries in job?
what are the various stages of job processing?
What are the utility programs in jcl?
Explain the purpose of the dd keylen parameter?
Suppose I have five jobs to do. But I want to hold one?
What is the purpose of disp parameter?
Is it possible to code instream data in a PROC?
What is the use of disp parameter?
Why include statement is used in a jcl?
How would you understand error(execution phase)?
How to override loadlib?