Hello all. While testing a program here at work I noticed that I need a particular data area to run the program. I'm running the program on my home development system, and the data area that I need is on one of the field AS400 machines. The data area that needs to be brought over is 500 characters long. Now, I could use the CHGDTAARA command and do it at an excruciatingly slow 32 characters per command (this is the max that is allowed when prompting the CHGDTAARA command), but this would be very nerve racking. Is there an easier way to get this data area over to my development system?