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


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd dummy statement?

1044


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2285


what is DSN parameter and DISP parameter is used for?

764


what are JCLLIB and STEPLIB in JCL?

775


What are steplib and joblib? What for they are used?

783






How can return codes be tested before execution of a job step?

1040


Explain how can the disposition of sysout datasets be set for an entire jobstream?

729


Explain the function of the steplib dd statement?

722


What is the function of the steplib dd statement?

824


I need exexution process for JCL programs

1935


Explain in DD statement what is the use of DCB parameter?

745


Give the syntax of job specifying jcl statement.

713


How is the record format of an output dataset specified?

847


What is the purpose of disp parameter?

728


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?

913