Can we update with histogram?
Answers were Sorted based on User's Feedback
Answer / niki
Hitogram retruns the one line output for each key value
from the inverted list. for histogram ADABAS does not have
access to data storage,therefore we can not do any update
add or delete using histogram.
do correct me if i am wrong?
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / dd
Yes Nikki u r correct..
It has only access to Inverted list. So with the descriptor
value provided in search criteria, it can only return the
descriptor value and the total count of descriptor values
present.
Remember it does not return ISN value though it has access
to ISN field.
| Is This Answer Correct ? | 10 Yes | 1 No |
what r the quality process in development
Explain the difference between external subroutine and subprogram?
how we can find occurence of MU and PE fileds in a file?
Explain difference between read(1) and read work file once?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
Tell me can we update with histogram?
Explain the address converter?
How are you going to remove duplicates from the file that is being read?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
Explain how to find occurrence of mu and pe fields in a file?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
What is a hyperdescriptor?