What is a Proc ? why do we go for a Proc ? What are the
types of procs?Can we have nesting in Procs ?
Answer Posted / anon
I have seen a person code a maximum of 209 levels of nesting in Catlg procs.. but the 210th nesting was unsuccessful
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
What do you understand by the term notcat 2 – gs?
What is jcl in mainframe?
what is “Cond= even” and “Cond=only”?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is automatic restart possible in jcl?
Must tape dataset definitions include vol=ser specifications?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are the difference between jcl and jes?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the significance of addrspc parameter in exec statement?
What is the function of the dd mgmtclas keyword in sms datasets?
When space is allocated for an output dataset, what units can be used?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.