Types Of Read , FIND

Answers were Sorted based on User's Feedback



Types Of Read , FIND..

Answer / niki

FIND- to access one or multiple records using search
criteria .The FIND statement has several forms. The
essential ones are as follows:
• FIND
• FIND NUMBER
FIND and FIND NUMBER are completely different - FIND
retrieves data whereas FIND NUMBER queries the database.

A FIND statement has a processing loop associated with it.

READ- to access one or multiple records with different
keys even if elements of the key are unknown. It has
multiple forms as described below:

READ PHYSICAL - when all or most of the records in the file
are to be presented
(most efficient) when the sequence of records is not
important
when there is no risk of increasing record size during
update
READ BY ISN - when some or all of the records in the file
are to be presented
when the sequence of records is not important (or ISN
sequence is required)
when there is a risk of increasing record size during update
READ LOGICAL - when some or all of the records in the file
are to be presented
(least efficient) when only records within a specific key
range are to be presented
when the sequence of records presented is important

Is This Answer Correct ?    3 Yes 1 No

Types Of Read , FIND..

Answer / guest

Read has the following types:
Read logical, Read physical and Reas by ISN

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Natural Interview Questions

how many work file we can code in jcl?

2 Answers  


What is Natural?

4 Answers   TCS,


A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?

9 Answers  


differnce between read work file 1 and read work file once? why we are using work file once?

4 Answers  


What is the difference between escape(top or bottom) and escape immediate(top or bottom?

0 Answers  






how to ftp the natural program to desktop? (from mainframe to pc), is it possible?

2 Answers  


Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]

1 Answers  


Explain adabas basic concepts. Like inverted list, address converter ,data storage?

0 Answers  


How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?

5 Answers   JPMorgan Chase,


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

1 Answers  


What is a hyperdescriptor?

0 Answers  


The natural file converted to PDF file if Yes then explain ?

0 Answers  


Categories