Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
what is a PROC?

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
arindambanerjee

New User


Joined: 30 Jun 2007
Posts: 6
Location: noida

PostPosted: Fri Jan 04, 2008 11:05 pm    Post subject: what is a PROC?
Reply with quote

what is basically a proc?i m working on endevor on which they use proc as RUNBTSO(for running a batch program),RUNBMP (FOR RUNNING DB2 codes)?can anyone clearly tell me the basic of a proc?
Back to top
View user's profile Send private message
References
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3507
Location: Brussels once more ...

PostPosted: Sat Jan 05, 2008 2:27 am    Post subject:
Reply with quote

A collection of programs executed under one EXEC card
Back to top
View user's profile Send private message
Douglas Wilder

Active User


Joined: 28 Nov 2006
Posts: 196
Location: Deerfield IL

PostPosted: Sat Jan 05, 2008 3:42 am    Post subject:
Reply with quote

In JCL a proc is a set of JCL, starting with a PROC statement (it may be instream in the the JCL, ending with a PEND statement, or in a separate member of a procedure library) that may be executed with an EXEC PROC=procname statement. Procs are often used for JCL that should be executed many times with no or few changes, such as compile procs. Note:Symbolic parameters can be passed to a proc or over-rides can be made to a proc by the JCL executing the proc.

I hope this helps.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1130
Location: Mumbai - India

PostPosted: Sun Jan 06, 2008 9:56 pm    Post subject: Reply to: what is a PROC?
Reply with quote

Also check the available manuals for detailed explanation.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1