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
how do you access an uncataloged dataset in a jcl?
What are steplib and joblib? What for they are used?
Explain the purpose of dd * statement in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to pass the parameter in parm using linkage section ? (syntax)?
which parameter is used to check the syntax of a jcl without executing it?
what is the use of JCL?
Can I share my data with other jobs? How?
how would you create a temporary dataset? And where will you use them?
how can the same proc be re-used and called by many jobs?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain how can a stopped job be started again?
How is the record format of an output dataset specified?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain the function of the dd dcb keyword?