what is the difference between read and find ?

Answers were Sorted based on User's Feedback



what is the difference between read and find ?..

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

what is the difference between read and find ?..

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

Post New Answer

More Natural Interview Questions

Define cobol coding sheet?

0 Answers  


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?

3 Answers   JPMorgan Chase,


How converted the natural coding for adabas

0 Answers  


what r the quality process in development

1 Answers  


difference between fetch , call and callnat

3 Answers   IBM,






How do you pass GDA into a sub program with out PDA?

2 Answers   IBM,


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

0 Answers  


Explain the address converter?

0 Answers  


Explain control variable in online screens?

0 Answers  


Tell me can we update with histogram?

0 Answers  


Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


Describe the COBOL coding sheet

2 Answers   Cap Gemini, Royal Infotech,


Categories