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 the address converter?
Define cobol coding sheet?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
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?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Tell me can we update with histogram?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
How converted the natural coding for adabas
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Can you explain control variable in online screens?
What is data trace system 2.0 used for?
Explain difference between read(1) and read work file once?
What is a hyperdescriptor?
What is the quality process in development?