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 cataloged procedure ?

Answer Posted / shakila vinayagam

A procedure that you catalog in a library is called a
cataloged procedure.



A cataloged procedure may consist of these JCL statements:
CNTL, command, DD, ENDCNTL, EXEC, IF/THEN/ELSE/ENDIF,
INCLUDE, OUTPUT JCL, and SET. Optionally, a cataloged
procedure can begin with a PROC statement and end with a
PEND statement. If coded, PROC must be the first statement
in the procedure.

The library containing cataloged procedures is a
partitioned data set (PDS) or a partitioned data set
extended (PDSE). The system procedure library is
SYS1.PROCLIB. The installation can have many more procedure
libraries with different names. You can also have
procedures in a private library. The name of a cataloged
procedure is its member name or alias in the library.



When a cataloged procedure is called, the calling step
receives a copy of the procedure; therefore, a cataloged
procedure can be used simultaneously by more than one job.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of a dd statement?

1258


what is SOC4 error?

1273


Is condition checking possible in jcl? If yes, how?

1343


When output dataset space is required, what quantity categories are used?

1420


Explain the hierarchy levels in jcl?

1725


Can I share my data with other jobs? How?

1194


What is the function of job statement in jcl?

1142


what is JCL?

1220


write a jcl to execute a job by 7:00 am on jan 20,1986?

1162


How is a type of file defined in the jcl that executes the cobol program?

1241


What happens if both JOBLIB & STEPLIB is specified ?

1205


what is the compile process of cobol program expalin with code

2645


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

1361


Can we use DISP=SHR in output file in JCL

1461


What is the difference between run mode and addressing mode?

1307