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 |
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
control variable in online screens
difference between escape(top or bottom) and escape immediate(top or bottom?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Can we update with histogram?
How are you going to remove duplicates from the file that is being read?
How converted the natural coding for adabas
Explain how to move cursor to a particular field when position is not known?
What is Natural?
How to find occurrence of mu and pe fields in a file?
how many work file we can code in jcl?