What is the difference between catalogue procedure and
In-Stream procedure?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kannan
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 ? | 9 Yes | 5 No |
What is the purpose of dd dummy statement?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
What does the keyword DCB mean and what are some of the keywords associated with it?
what is JCLLIB and PROCLIB in jcl and their syntax
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
how can the same proc be re-used and called by many jobs?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
Passing a variable parm from JCL to a cobol/db2 program
What does a disposition of (MOD,DELETE,DELETE) mean ?
What does a disposition of (NEW,CATLG,KEEP) mean?
What is the motivation behind coding class parameter in job statement?
What is Uncatalog dataset? How can we access/use them?