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
Can I share my data with other jobs? How?
What does a disposition of (new,catlg,keep) for a dsn mean?
Is condition checking possible in jcl? If yes, how?
Explain about ISPF/TSO Commands
what sort card you will use to copy the data from one dataset to another dataset?
How can unused space allocation be returned to the system when a dataset is closed?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
List the different jcl statements that are not permitted in the procedures?
which utility is used to run a cobol-db2 program?
What is the motivation behind coding class parameter in job statement?
Explain the function of a dd statement?
What are the utility programs in jcl?
What is multithreading in jcl?
How can values be passed from the job stream to an executable program?
How do you submit a job for execution?