Hi,
Can any body help reagarding Read statement.
In file1 there are 10 records and if use
Read file1 into ws-rec1
At end
------------
Not At end
----------
move ws-rec1 to file2
Write file2
if i use the above syntax, read will be in loop until it reaches the end of file? or it read only 1 record at a time and write to output file