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 to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can we see the copy book length using file-aid?
How can we see the copy book length using file-aid?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
The natural file converted to PDF file if Yes then explain ?
Tell me what type of files we can process thru file-aid?
How are you going to remove duplicates from the file that is being read?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain control variable in online screens?
Tell me can we update with histogram?
Explain the difference between external subroutine and subprogram?
What is the difference between read(1) and read work file once?
Can you explain control variable in online screens?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?