View previous topic :: View next topic
|
Author |
Message |
srinivas.u
New User
Joined: 07 Jun 2004 Posts: 19
|
|
|
|
what is procedeure and in-stream procedure |
|
Back to top |
|
|
maples
New User
Joined: 28 Jul 2004 Posts: 4
|
|
|
|
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 |
|
|
karthi_ind
Active User
Joined: 24 Feb 2004 Posts: 131 Location: Chennai
|
|
|
|
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 |
|
|
mmwife
Super Moderator
Joined: 30 May 2003 Posts: 1592
|
|
|
|
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 |
|
|
|