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
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How are you going to remove duplicates from the file that is being read?
What is a hyperdescriptor? How does it work?
Explain the address converter?
Explain the difference between external subroutine and subprogram?
How to find occurrence of mu and pe fields in a file?
Explain control variable in online screens?
Define cobol coding sheet?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
How can we see the copy book length using file-aid?
Explain how are you going to remove duplicates from the file that is being read?
Explain the data storage?
Suppose 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?
Explain difference between read(1) and read work file once?