Can you execute a PROC from another PROC?
Answer Posted / guest
I did not know the answer and my interviewer said NO. Later
I tried and executed PROC from a PROC, three levels deep.
Manuals do not state any limit on PROC calling PROC, or nesting.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How does jcl specify the job to the operating system?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
List in order the hierarchical levels of jcl?
Describe the various parameters utilized in the creation of a gdg?
When output dataset space is required, what quantity categories are used?
what is use of dcb parameter in dd statement?
How jcl work to handle various input output file operations?
How to pass the parameter in parm using linkage section ? (syntax)?
What is use of restart and how to use it?
what are the various stages of job processing?
In job processing, what happens in execution stage?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the function of dd disp parameter?