difference between read(1) and read work file once ?
Answer Posted / niki
Read(1) file1 in physical sequence:
1. Used to raed adabas file.
2. here (1 ) represents the number of record to be read
its a processing loop eg
Read(1) file1 in physical sequence
--
---
---
end-read
read work file :
1. Used to read flate file.
2. Once option is used to read only one record
3. its not a processing loop
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How can we see the copy book length using file-aid?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
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?
Can we see the copy book length using file-aid?
What is cobol coding sheet?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to find occurrence of mu and pe fields in a file?
Explain the like inverted list?
How to find occurrence of mu and pe fields in a file?
What is a hyperdescriptor? How does it work?
Explain difference between read(1) and read work file once?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Define cobol coding sheet?
Explain why do we use file-aid for seqential files?
What is the difference between read(1) and read work file once?