difference between read(1) and read work file once ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dd
Basically no difference.
Both of the statements are used for reading a single record
from the work file.So both will give only one record.
| Is This Answer Correct ? | 0 Yes | 13 No |
Define cobol coding sheet?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain the address converter?
Can we see the copy book length using file-aid?
Can we update with histogram?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
differnce between read work file 1 and read work file once? why we are using work file once?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Tell me can we update with histogram?
The natural file converted to PDF file if Yes then explain ?
Explain difference between read work file 1 and read work file once? Why we are using work file once?