Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is a Proc ? why do we go for a Proc ? What are the
types of procs?Can we have nesting in Procs ?

Answer Posted / ram narayan

Hi, A Proc is nothing but it can be a set of Program which
is utilised by the Main JCL.It's basically used for
avoiding the number of lines of coding the JCL statements
in the main JCL and we can call the Proc's when ever needed
for performing a certain kind of action.

There are 2 types of Proc's and they are Instream & Catalog
proc.

The nesting in Procs are possible and the maximum number of
levels are 15 levels.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different jcl statements that are not permitted in the procedures?

1128


What are s0c1, s0c4, s0c5, s0c7 and socb?

1219


what JCL Procedures?

1307


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1522


what is SOC4 error?

1273


What is NOTCAT ?

1380


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1531


What are the 2 types of parameters in dd statement?

1210


Where & How Do You Code Identifier In Jcl?

1325


how you can direct the data to spool using SYSOUT option?

1518


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2814


Explain the function of the steplib dd statement?

1179


what are the various stages of job processing?

1345


Explain the function of //jcllib statement?

1277


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1528