What is the difference between READ BY ISN and FIND

Answers were Sorted based on User's Feedback



What is the difference between READ BY ISN and FIND..

Answer / rashmi

Read By ISN:-
It reads the adabas file as per the ISN sequence. User
should know the ISN to fetch the record.

FIND:-
It finds the record from the adabas file as per the
descriptor value provided by the user. No need to know the
ISN value.

But both will provide output in ISN sequence.

Is This Answer Correct ?    9 Yes 5 No

What is the difference between READ BY ISN and FIND..

Answer / 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

More Natural Interview Questions

Tell me can we update with histogram?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


Can we update with histogram?

2 Answers  


Explain difference between read(1) and read work file once?

0 Answers  


How can we see the copy book length using file-aid?

0 Answers  






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

0 Answers  


control variable in online screens

3 Answers   Mind Tree,


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same

1 Answers  


Explain how to move cursor to a particular field when position is not known?

0 Answers  


why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


Define cobol coding sheet?

0 Answers  


Categories