what is the difference between read and find ?
Answers were Sorted based on User's Feedback
Answer / sundar selvaraj
- Read is a sequential operation whereas FIND is a random
search.
- Read returns records in the order of descriptor whereas
FIND returns records records in the ISN order
- Though both READ & FIND intiate a processing loop, READ
command returns only *COUNTER and *ISN. FIND returns
*NUMBER, *COUNTER AND *ISN
- Dynamic change of read direction is possible with READ.
This is not possible with FIND.
- Read is considered efficient for a large number of
records. FIND is efficient for a smaller number of records.
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / guest
One difference is read after readin the record displays
them in sorted order of the descriptor but in case of find
the records are in sorted order of ISN
| Is This Answer Correct ? | 4 Yes | 4 No |
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain the address converter?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is Natural?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how to move cursor to a particular field when position is not known?
How are you going to remove duplicates from the file that is being read?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
what type of files we can process thru file-aid
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
Can you explain control variable in online screens?