What is the difference between catalogue procedure and
In-Stream procedure?
Answer Posted / 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 |
Post New Answer View All Answers
I need exexution process for JCL programs
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are hierarchy levels in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the difference between the positional and keyword parameters? Give examples.
List the different components of jcl statement?
What is the function of the dd dcb keyword?
What is job control language?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How dummy is used in jcl?
Is automatic restart possible in jcl?
what is use of disp parameter in dd statement?
what JCL Procedures?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?