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

What is cobol?

0 Answers  


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


what is S04E error in jcl?

11 Answers   IBM, L&T,


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


What is the default value of DISP parameter?

3 Answers   IBM,






I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


Please let me know at which Scenarios we will go for STATIC call or DYNAMIC

3 Answers   IBM,


What are VS COBOL 11 special features?

1 Answers  


write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,


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

0 Answers  


) how do u code after getting data?

0 Answers   IBM,


Categories