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
What is the purpose of dd dummy statement?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is DSN parameter and DISP parameter is used for?
what are JCLLIB and STEPLIB in JCL?
What are steplib and joblib? What for they are used?
How can return codes be tested before execution of a job step?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of the steplib dd statement?
What is the function of the steplib dd statement?
I need exexution process for JCL programs
Explain in DD statement what is the use of DCB parameter?
Give the syntax of job specifying jcl statement.
How is the record format of an output dataset specified?
What is the purpose of disp parameter?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?