[stackoverflow] [progress Openedge Abl] Hwo To Copy On Df File Into Another Text File

Status
Not open for further replies.
N

nikita

Guest
I am fairly new to progress 4gl. I am trying to copy the contents of one df file into another file where I want to copy everything except the areas of the df file. this is what I have so far.

define stream mystream.

input from "C:\OpenEdge\WRK\df file\sample.df".

do while true on endkey undo, leave:

output to "C:\OpenEdge\WRK\df file\test1.df".

end. output close. display "finished".

I would first like to copy all the contents of the first df file into another df file, but right now I'm getting a blank file. Please let me know where I am going wrong.

Continue reading...
 
Status
Not open for further replies.
Top