What is the difference between READ BY ISN and FIND
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kazim zaidi
Read by ISN i.e. Read Physical
File read in sequential order
you don't need to know the ISN
However, GET #ISN - you need to know ISN
Usually you read by Physical or by Descriptor, if the record meets certain criteria for update, record is read using GET followed by UPDATE (or DELETE).
FIND - Finds record based on the Descriptor value, if partial value given it creates a loop.
If you know the unique Descriptor value you can also code
FIND(1) filename ....
just to retrieve one record
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a hyperdescriptor?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How to create 1 ddm that fetches 3 adabas files simultaneously?
syntax for all WRITE COMMAND in natural language
What is Natural?
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?
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 ?
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?
How can we see the copy book length using file-aid?
what is the difference between read and find ?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Can we see the copy book length using file-aid?