What is the difference between catalogue procedure and
In-Stream procedure?
Answer Posted / guest
In Stream procedures are set of JCL statements written
between JOB and EXEC statements, start with PROC and end
with PEND statement. Mainly used to test cataloged
procedures. Cataloged procedure is cataloged on the
procedure library and is called by specifying the procedure
name on the EXEC statement.
| Is This Answer Correct ? | 37 Yes | 3 No |
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
List the different components of jcl statement?
What are some jcl statements that are not allowed in procedures?
how do you access an uncataloged dataset in a jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
Suppose I have five jobs to do. But I want to hold one?
What parameter directs the output of the job log dataset?
how would you create a temporary dataset? And where will you use them?
what is the compile process of cobol program expalin with code
What is condition checking in jcl? Is this possible?
What do you understand by the term notcat 2 – gs?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
List the different jcl statements that are not permitted in the procedures?
List in order the hierarchical levels of jcl?
Is it possible to code instream data in a PROC?