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
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain control variable in online screens?
Tell me what type of files we can process thru file-aid?
What is the quality process in development?
Explain how are you going to remove duplicates from the file that is being read?
Tell me can we update with histogram?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain why do we use file-aid for seqential files?
Explain the like inverted list?
Explain the data storage?
What is the difference between read(1) and read work file once?
Define cobol coding sheet?
Can we see the copy book length using file-aid?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How converted the natural coding for adabas