in real time what is the suitable exp where in-stream procedure is better then catalog procedure.



in real time what is the suitable exp where in-stream procedure is better then catalog procedure...

Answer / adarsh13

In-Stream Procs are used when 1) The proc steps used in in-stream proc are no longer needed in any other JCL's
2) When you need to minimise your code changes i,e no need of extra Member are to be created , we can go for In-stream proc.

Please correct me if i am wrong.

But, Catalog procs are widely preferred over in-stream proc.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

Define in-line perform?

1 Answers  


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


How do you get the data to code the BMS macro?

0 Answers   IBM,


How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,






How to know whether the module is dynamical or statistical?

0 Answers  


how many divisions are there in cobol

3 Answers   ADP,


What are the divisions in a cobol program? Which one is the mandatory division among them?

1 Answers  


what are the isolation levels and where we use it in the db2 program

3 Answers   TCS,


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

0 Answers  


What COBOL construct is the COBOL II EVALUATE meant to replace?

1 Answers  


how to access the file from prodution from changeman tool and to submit a file to production

1 Answers   IBM,


Categories