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
What are the different rules of SORT operation?
what are decleratives in cobol?
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.
What do you understand by psb and acb?
What rules are to be followed while using the corresponding options?
What is the difference between next sentence and continue in cobol programing language?
What are the pertinent COBOL commands?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
explain sorting techniques in cobol program?
How you can read the file from bottom?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Write a program that uses move corresponding.
What is the compute verb? How is it used?
how do you reference the variable block file formats from cobol programs
What are the pertinent COBOL