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 |
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is the difference between External subroutine and subprogram?
Explain how are you going to remove duplicates from the file that is being read?
How can we see the copy book length using file-aid?
Can you explain control variable in online screens?
Explain the data storage?
What is Natural?
You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Tell me can we update with histogram?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the difference between READ BY ISN and FIND