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

when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


How to fetch even records from one file to another file by using ICETOOL in JCL?

3 Answers  






What is MOD and when would you use it?

3 Answers  


What is a GDG

4 Answers   IBM,


In SPACE,what is directory,RLSE

6 Answers   TCS,


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


In job processing, what happens in execution stage?

0 Answers  


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?

1 Answers  


Categories