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
Write down the divisions of cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Mention the guidelines to write a structured cobol program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain about different table spaces.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
) what is the difference between AID and HANDLE AID?
What are the pertinent COBOL commands?
Can we redefine the field of x(200) to less than 200?
how to move the records from file to array table. give with code example
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you differentiate between cobol and cobol-ii?
What is rmode(24)
how do you reference the variable unblock file formats from cobol programs
If you are current on the owner of a set, what is the difference between obtain next and obtain first?