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...

hi guys
what r the diff types of procs in jcl?
bye
ramya

Answer Posted / dhans

Instream and Catalog procedure
Catalog Procedures:
A cataloged procedure is a set of JCL statements that are stored as a member in a partitioned data set.
Multiple jobs can invoke and use the same catalog procedure.
The main reason for using catalog procedures is to avoid coding the same JCL again and again.
Pend statement is optional in catalog procedure. So you do not need to code it in your JCL.


Instream Procedures:
The EXEC statements between the PROC and PEND statements are not executed when they are first encountered in the job stream. Instead, they are saved as a procedure to be called later.

Refer the below link
https://youtu.be/vJF478anFvM

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the various stages of job processing?

1345


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1347


What is the function of //cntl statement?

1396


What are steplib and joblib? What for they are used?

1303


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

1283


List the various advantages of using jcl language?

1520


Can we use DISP=SHR in output file in JCL

1464


How can the submitting users racf authority be overridden in a job stream?

1351


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


which parameter is use to declare the name of dataset in dd statement?

1320


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

1219


What is NOTCAT ?

1380


when can a job time-out occur? How to overcome that?

1350


define cond parameter in jcl?

1328


What are hierarchy levels in jcl?

1573