IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is procedeure and in-stream procedure


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinivas.u

New User


Joined: 07 Jun 2004
Posts: 19

PostPosted: Mon Jul 05, 2004 9:19 am
Reply with quote

what is procedeure and in-stream procedure
Back to top
View user's profile Send private message
maples

New User


Joined: 28 Jul 2004
Posts: 4

PostPosted: Wed Jul 28, 2004 7:15 pm
Reply with quote

procedure is a set of statements to be called in the other step the other than the step in which procedure was written.
there are 2 types of procedures
1. catalog procedure
2. in-stream procedure
in-stream procedure is one whic is called in the same jcl

catalog procedure is one which is called in the other jcl
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Thu Jul 29, 2004 3:32 pm
Reply with quote

hi

commonly used jcl statements are grouped together to
form procedures.

Two types of procedures

1) Catalogue procedure
It is a set of jcl statements grouped together given a name and stored as a member of a partitioned data set.

2) Instream procedure
It is a set of jcl statements placed after Job stat and before Exec stat.
it starts with proc and ends with Pend.
Upto 15 instream procedure can be called with a single job.

bye

karthi G.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Fri Jul 30, 2004 9:25 pm
Reply with quote

srinivas,

Please post in the appropriate forum. JCL ques should be posted in the JCL Forum.

An instream procedure can appear before or after its its calling exec stmt.

Thanx, Jack.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
This topic is locked: you cannot edit posts or make replies. Internal Autonomous Stored Procedure ... DB2 6
No new posts Stored procedure cpu utilization DB2 1
Search our Forums:

Back to Top