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 |
difference between fetch , call and callnat
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
difference between read(1) and read work file once ?
What is the difference between External subroutine and subprogram?
control variable in online screens
Tell me what type of files we can process thru file-aid?
what type of files we use in file-aid
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 ?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can we see the copy book length using file-aid?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?