Can you execute a PROC from another PROC?
Answer Posted / nikhil
You can code only exec pgm=pgm-name in a PROC but not exec
procname in any kind of PROC.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
For what purpose steplib and joblib are used ?
how would you create a temporary dataset? And where will you use them?
List the various advantages of using jcl language?
What is the motivation behind coding class parameter in job statement?
In sms datasets, what is the function of the dd avgrec keyword?
what is the difference between JES3 and JES2?
What is the function of job statement in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Is acct parameter mandatory?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
List in order the hierarchical levels of jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the purpose of dd dummy statement?
In job processing, what happens in conversion stage?
What is Cataloged Procedures?