What is the difference between READ BY ISN and FIND
Answer Posted / 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 |
Post New Answer View All Answers
How can we see the copy book length using file-aid?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Define cobol coding sheet?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain difference between read(1) and read work file once?
Can we see the copy book length using file-aid?
Explain how are you going to remove duplicates from the file that is being read?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain control variable in online screens?
Explain how to find occurrence of mu and pe fields in a file?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
How to receive data passed through jcl parm parameter in a natural program?
How to create 1 ddm that fetches 3 adabas files simultaneously?