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? What is the difference between an instream
and a catalogued PROC?

Answer Posted / sudheer

Proc is a set of JCL statements, which will be used to
execute the job steps. There are two types of procs
1. Instream
2. Catalog
Instream procedures are defined within a job and executed
within a job. To terminate Instream procedure we use PEND
keyword.
Catalgo Procedures are defined outside of the job as a
member of PDS and executed outside of the job. In this
there will be no PEND statement required

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can values be passed from the job stream to an executable program?

1519


what is a jcl?

1179


Explain the purpose of dd dummy statement?

1275


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2729


what is JCL?

1220


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2520


What is the function of dd disp parameter?

1177


How does jcl act on code(if you take a cobol program)?

1346


What are steplib and joblib?

1220


How can a jobs execution priority be modified?

1341


What is condition checking in jcl? Is this possible?

1160


Is automatic restart possible in jcl?

1278


Are there any set of rules for the names of the steps used in a job?

1171


Explain how can the disposition of sysout datasets be set for an entire jobstream?

1147


Suppose I have five jobs to do. But I want to hold one?

1178