can we write a proc with in a proc

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


Please Help Members By Posting Answers For Below Questions

Explain the function of the steplib dd statement?

637


when can a job time-out occur? How to overcome that?

753


Explain the function of //cntl statement?

653


Brief description of inline procedure of jcl.

680


What is the difference between run mode and addressing mode?

631






I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


how would you create a temporary dataset? And where will you use them?

764


how do you access an uncataloged dataset in a jcl?

827


is there any way to execute more than one proc in the same exec statement at the same time..?

2105


what are the types of abends that occur on job failure? And explain the possible causes of these

1114


Is it possible to define dd statements as you want?

644


How can the disposition of sysout datasets be set for an entire jobstream?

834


How does jcl act on code(if you take a cobol program)?

705


What are steplib and joblib?

721


what is the resolution for sb37 error

7700