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 happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
How to find occurrence of mu and pe fields in a file?
Explain the like inverted list?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Tell me what type of files we can process thru file-aid?
how many work file we can code in jcl?
can i see the copy book length using file-aid ?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain the address converter?
Explain why do we use file-aid for seqential files?
What is Natural?