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
What is jcl in mainframe?
What is the use of disp parameter?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is acct parameter mandatory?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is DD statement is used in JCL?
How is a type of file defined in the jcl that executes the cobol program?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the use of IEBGENER utility?
What do you understand by jcl?
What is the format of comment statement?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
Is it possible to define dd statements as you want?
List the different components of jcl statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?