InterviewSolution
Saved Bookmarks
| 1. |
What Is A Proc? What Is The Difference Between An In Stream And A Catalogued Proc? |
|
Answer» PROC stands for PROCEDURE It is 'canned' JCL invoked by a PROC statement an in stream PROC is presented WITHIN the JCL; a catalogued PROC is referenced from a proclib partitioned Data Set. PROC stands for procedure It is 'canned' JCL invoked by a PROC statement an in stream PROC is presented within the JCL; a catalogued PROC is referenced from a proclib partitioned Data Set. |
|