GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Mainframe  >  JCL
Go To First  |  Previous Question  |  Next Question 
 JCL  |  Question 6 of 126    Print  
What is a PROC? What is the difference between an instream and a catalogued PROC?
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.


  
Total Answers and Comments: 8 Last Update: June 06, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 23, 2006 22:18:50   #1  
moncy        

RE: What is a PROC? What is the difference between an ...

can we use instream proc in a catalog procedure


 
Is this answer useful? Yes | No
August 16, 2006 01:40:02   #2  
Nagaraj        

RE: What is a PROC? What is the difference between an ...
A PROC  is a pre coded JCL which are invoked as and when it is needed, three types of PROCEDURES Instream, Cataloged, User Defined Procedures.
 
Is this answer useful? Yes | No
October 30, 2006 16:30:03   #3  
Hervey        

RE: What is a PROC? What is the difference between an ...

An instream proc is used in JCL and it ends with the statement: //   PEND

And immediately after this, is the JCL that executes this in-stream proc. An in-stram proc CANNOT be in a proc


 
Is this answer useful? Yes | No
April 10, 2007 10:27:58   #4  
nitin sethi        

RE: What is a PROC? What is the difference between an ...
i didnt get this at all need to know abt "instream & catalog "funda plz help me witha good FAQs for the fresher i m a fresher



thanx & regards

Nitin sethi

 
Is this answer useful? Yes | No
April 16, 2007 05:07:12   #5  
uday        

RE: What is a PROC? What is the difference between an ...
as said already, proc is pre-definened program which isused for more than one times.
it is like functions in C,C++,..
instream proc means that it is coded in jcl itself,so we can use these codes as many times we want, but within that JCL.
whereas cataloged proc is defined outside, we can call to any times by any JCL

 
Is this answer useful? Yes | No
August 30, 2007 07:40:34   #6  
sandeep        

RE: What is a PROC? What is the difference between an ...
As per my knowledge PROC is a pre-written statement and can be used in more than one one program.Because as it is previously tested so when it is used in any program in gives minimun of error.
 
Is this answer useful? Yes | No
September 28, 2007 05:17:57   #7  
chandusudhakar        

RE: What is a PROC? What is the difference between an ...

PROC means its procedures in mainframes
We are normally using two types of procedures
Instream procedures only used for calling perticular procedure in a different steps in a particular job itself
But in the catalog procedure we will be able to call the perticular procedure in any location at any time unlike instream procedures
Also here normally in JCL we can use JOB statement first then EXEC last
but in catalog procedure it is reverse order.


 
Is this answer useful? Yes | No
June 06, 2008 05:21:15   #8  
bwbalaji Member Since: June 2008   Contribution: 1    

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

PROC : It is nothing but a procedure that we used in the JCL . Instream procedure 
means it will be implicit with in the JCL statements  like PERFORM statements in COBOL (means) - > calling the same procedure for different inputs . Catalog procedure means defined explcitily defined as memeber of PDS and it is simalar to the CALL statements in COBOL we have to excute these procedures as in the same way in the JCL but for Catalog proc shld not end with PEND statements .   


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape