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 / ram narayan
Hi, A Proc is nothing but it can be a set of Program which
is utilised by the Main JCL.It's basically used for
avoiding the number of lines of coding the JCL statements
in the main JCL and we can call the Proc's when ever needed
for performing a certain kind of action.
There are 2 types of Proc's and they are Instream & Catalog
proc.
The nesting in Procs are possible and the maximum number of
levels are 15 levels.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Is automatic restart possible in jcl? If yes, how?
Explain about ISPF/TSO Commands
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
What is the use of symbol // in jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What are the parameters that are used in creating a gdg?
How can the attributes of one sms dataset be copied to another dataset?
Name a few IBM utility programs, and explain its function.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the difference between the positional and keyword parameters? Give examples.
what is the purpose of coding notify parameter in job statement?
How does jcl act on code(if you take a cobol program)?
List the various advantages of using jcl language?
Can an individual step be restricted from using all the jobs allowed cpu time?