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 the pertinent COBOL commands?
In COBOL programming, what is PERFORM? What is VARYING?
What are the rules of the move verb?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
I have a File that has duplicate records. I need only those records that occur more than thrice.?
how can i see junk values in dclgen or in hostvariable of comp ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
Write a cobol program making use of the redefine clause.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
When is inspect verb is used in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what are decleratives in cobol?