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 type of files we use in file-aid
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
Types Of Read , FIND
control variable in online screens
Define cobol coding sheet?
What is a hyperdescriptor?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
How to find occurrence of mu and pe fields in a file?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
syntax for all WRITE COMMAND in natural language
why do we use file-aid for seqential files?
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?