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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is use of dcb parameter in dd statement?
For what purpose steplib and joblib are used ?
Explain how can an in-stream dataset be terminated?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the jcl procedures?
How can a fb file convert to vb file using sort program?
Can we call instream to catalog and catalog to instream?
What are steplib and joblib? What for they are used?
How to pass data to a program that is coded in an exec statement?
Give the syntax of job specifying jcl statement.
Why block size is multiple of lrecl in jcl?
Why include statement is used in a jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.