What is the difference between READ BY ISN and FIND
Answer Posted / 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 View All Answers
How to find occurrence of mu and pe fields in a file?
Can you explain control variable in online screens?
How converted the natural coding for adabas
The natural file converted to PDF file if Yes then explain ?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how many work file we can code in jcl?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is cobol coding sheet?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain the data storage?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is the quality process in development?
How can we see the copy book length using file-aid?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?