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
What do you know about jcl?
what is a jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the use of disp parameter?
Explain how can an in-stream dataset be terminated?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
what is JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is DSN parameter and DISP parameter is used for?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the function of //jcllib statement?
What is the significance of addrspc parameter in the exec statement?