Types Of Read , FIND
Answers were Sorted based on User's Feedback
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 |
Answer / guest
Read has the following types:
Read logical, Read physical and Reas by ISN
| Is This Answer Correct ? | 0 Yes | 2 No |
Tell me can we update with histogram?
control variable in online screens
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
syntax for all WRITE COMMAND in natural language
What is the difference between External subroutine and subprogram?
Explain the data storage?
What is cobol coding sheet?
why do we use file-aid for seqential files?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
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?
What is the difference between read(1) and read work file once?
You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?