Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain why do we use file-aid for seqential files?

0 Answers  


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

0 Answers  


What exactly is a hyperdescriptor? How does it work?

3 Answers  


why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


Explain control variable in online screens?

0 Answers  


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

3 Answers   CTS,


How converted the natural coding for adabas

0 Answers  


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

0 Answers  


Explain the difference between external subroutine and subprogram?

0 Answers  


What is the difference between External subroutine and subprogram?

3 Answers  


Explain how many work file we can code in jcl?

0 Answers  


how we can find occurence of MU and PE fileds in a file?

2 Answers  


Categories