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 |
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
differnce between read work file 1 and read work file once? why we are using work file once?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
How are you going to remove duplicates from the file that is being read?
what type of files we can process thru file-aid
How to create 1 ddm that fetches 3 adabas files simultaneously?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain difference between read(1) and read work file once?
How to receive data passed through jcl parm parameter in a natural program?
difference between escape(top or bottom) and escape immediate(top or bottom?
Can you explain control variable in online screens?