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 / amit barwa
In-stream procs can be nested upto a maximum of 15 levels
(we can not make a backward reference in nested procs).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
Can an individual step be restricted from using all the jobs allowed cpu time?
a dd statement has 2 types of parameters. Name them?
How does jcl specify the job to the operating system?
What is multithreading in jcl?
Brief description of inline procedure of jcl.
What is the purpose of disp parameter?
what is use of dsn parameter in dd statement?
what are JCLLIB and STEPLIB in 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
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
define cond parameter in jcl?
Explain how can a stopped job be started again?
What is the difference between run mode and addressing mode?
what operation is performed by job statement?