What is the difference between READ BY ISN and FIND
Answer Posted / rashmi
Read By ISN:-
It reads the adabas file as per the ISN sequence. User
should know the ISN to fetch the record.
FIND:-
It finds the record from the adabas file as per the
descriptor value provided by the user. No need to know the
ISN value.
But both will provide output in ISN sequence.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
Explain difference between read(1) and read work file once?
Explain why do we use file-aid for seqential files?
Explain control variable in online screens?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how are you going to remove duplicates from the file that is being read?
How converted the natural coding for adabas
Define cobol coding sheet?
Tell me what type of files we can process thru file-aid?
Can you explain control variable in online screens?
How can we see the copy book length using file-aid?
Explain the data storage?
How to find occurrence of mu and pe fields in a file?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
How to create 1 ddm that fetches 3 adabas files simultaneously?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?