Re: Copy of data area to a file

george_j_wen

Member
Re: Copy of data area to a file

Why don't you describe what you are trying to accomplish, george. Then=

I
can suggest a possible solution to your problem. There is not a comman=
d
that will allow you to copy the data to a file.
There is another way to do this:
1) Define the data area in an RPG program and then use the IN operation=

to
read it into the program.
2) Break down the data area into fields which you can move into file
fields
and write record(s) to a file.
However, this seems like a lot of work for a small amount of data....
Steve Landess
A7.3 cume 8,9
----- Original Message -----
From: "george_j_wen" <[email protected]>
To: <[email protected]>
Sent: Thursday, October 24, 2002 7:18 PM
Subject: Re: Test Environments
Steve Landess
V4R4 A7.3 cume9
EDI
(512) 423-0935
--------------------------
 
Back
Top