InterviewSolution
Saved Bookmarks
| 1. |
What Is A Proc?what Is The Difference Between An Instream And A Catalogued Proc? |
|
Answer» 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 DATA Set. 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 Data Set. |
|