What is a PROC? What is the difference between an instream
and a catalogued PROC?
Answer Posted / guest
PROC stands for procedure. It is 'canned' JCL invoked by a
PROC statement. An instream PROC is presented within the
JCL; a catalogued PROC is referenced from a proclib
partitioned dataset.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
In sms datasets, what is the function of the dd avgrec keyword?
What is catelog procedure and how many catelog procedure to use in one job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name a few IBM utility programs, and explain its function.
What do you understand by jcl?
What is the difference between the positional and keyword parameters? Give examples.
when can a job time-out occur? How to overcome that?
How does jcl specify the job to the operating system?
how can the same proc be re-used and called by many jobs?
what is the purpose of coding notify parameter in job statement?
Which statement is used to identify the private libraries in job?
Explain how can an in-stream dataset be terminated?
Suppose I have five jobs to do. But I want to hold one?
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) ?