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

how do you reference the esds vsam file formats from cobol programs

0 Answers  


Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?

7 Answers   Bank Of America, Mind Tree,


COMP?

2 Answers  


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


How much salary you are expecting? If they ask in an interview, what we have to tell?

6 Answers   Tech Mahindra, Wipro,






Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


01 a pic 9(6) value is 123456 01 b pic 9(3) move a to b wht will be the value ?

6 Answers   Patni,


how you will define variables length in cobol.

3 Answers   Temenos,


What is an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

0 Answers   IBM,


what is difference between cobol and cobol/400

1 Answers   HCL,


What is SET TO TRUE all about, anyway?

5 Answers  


Categories