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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2127


What is the default value(s) for an initialize and what keyword allows for an override of the default?

699


Explain how to differentiate call by context by comparing it to other calls?

691


What rules are followed by the search verb.

640


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525






In which area will you utilize 88 level items in cobol?

724


What are the access modes of START statement?

722


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3725


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

859


What is static and dynamic call in cobol?

601


how do you define single dimensional array and multidimensional array in your cobol?

683


What is amode(24)?

684


Explain how you can characterize tables in cobol?

644


How can you get the ksds file records into your cobol program?

646


how do you reference the printer file formats from cobol programs

669