Answer Posted / muttaiah
Plan & Package both contains the Optimizer access path for
accessing data from db2 tables. A DBRM(database request
module) can be bind into either plan(Bind plan) or package
(Bind package).
Plan is executable.
Package is not executable.
Plan is a collection of packages.(krishna chaitanya please
correct your answer).
@others: Please do correct me if i'm wrong.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
Why occurs cannot be used in 01 level in COBOL?
how to refer the data field?
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
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you reference the following file formats from cobol programs?
What is the difference between Global and External Variables?
What are the pertinent COBOL
Name the divisions, which are available in a cobol program?
What are various search techniques in cobol? Explain.
What is the local-storage section?
Can we redefine the field of x(200) to less than 200?
Name the sections present in data division.
how do you reference the printer file formats from cobol programs
How do you reference the fixed block file formats from cobol programs