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

Answers were Sorted based on User's Feedback



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

Answer / manjunath

Hi Ramya,
There are 2 kinds of PROC
Instream and Catalog

Instream is written in the JCL itself and will be ended
with Pend

Catalog PROC's is written in another Member of the PDS and
called by the JCL

The Catalog PROC is more advantage because it can be used
by more than one JCL. so Generally most of the Companies
used Catalog Procs.
Hope this helps you

Thanks
Manjunath

Is This Answer Correct ?    14 Yes 0 No

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

Answer / sekar

instrem proc, catlog proc

Is This Answer Correct ?    7 Yes 0 No

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

Answer / 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

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

Answer / mohamed khan

PEND can also be coded for a cataloged Procedure, but it's
Optional.

Up to 15 In-stream Procedures can be included in a single
job.

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More JCL Interview Questions

Can an individual step be restricted from using all the jobs allowed cpu time?

0 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

0 Answers  


Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job

2 Answers   AVB, IBM,


Which is the most widely used batch performance monitor for DB2?

2 Answers  


Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.

9 Answers   iGate, Lehman Brothers,


If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?

2 Answers   IBM,


Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?

1 Answers   IBM,


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


How do you submit JCL via a Cobol program?

2 Answers   Cap Gemini,


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


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

0 Answers  


Categories