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 various section in data division and briefly explain them.
Discuss about changing dataset name in proc.
What rules are followed by the search verb.
How do we get current date from system with century in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different rules of SORT operation?
How many sections are there in data division in COBOL?
What are all the divisions of a COBOL program?
How to know whether the module is dynamical or statistical?
Can a Search can be done on a table with or without Index?
What type of SDLC u followed? Why?
How to print 10 to 1 if the input have only 10 digit number?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What do you understand by psb and acb?
HOw can I get the negative sign while deduct high value from low value