What is a PROC? What is the difference between an instream
and a catalogued PROC?

Answers were Sorted based on User's Feedback



What is a PROC? What is the difference between an instream and a catalogued PROC?..

Answer / guest

PROC stands for procedure. It is 'canned' JCL invoked by a
PROC statement. An instream PROC is presented within the
JCL; a catalogued PROC is referenced from a proclib
partitioned dataset.

Is This Answer Correct ?    11 Yes 0 No

What is a PROC? What is the difference between an instream and a catalogued PROC?..

Answer / sudheer

Proc is a set of JCL statements, which will be used to
execute the job steps. There are two types of procs
1. Instream
2. Catalog
Instream procedures are defined within a job and executed
within a job. To terminate Instream procedure we use PEND
keyword.
Catalgo Procedures are defined outside of the job as a
member of PDS and executed outside of the job. In this
there will be no PEND statement required

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More JCL Interview Questions

What is the error code SOC01 indicate ?

5 Answers   Microsoft,


Which is the most widely used batch performance monitor for DB2?

2 Answers  


What is the DD statement for a output file?

3 Answers  


If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.

2 Answers   IBM,


Explain about LMPUT-

1 Answers  






Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

2 Answers  


how to execute the last 5 steps in jcl

2 Answers   Syntel,


How to copy one PS file to multiple PS files with same data?

1 Answers  


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


How many types we can give input to JCL

5 Answers   UHG,


what is the resolution for sb37 error

2 Answers   TCS,


i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


Categories