Using IBM i? Need to create Excel, CSV, HTML, JSON, PDF, SPOOL reports? Learn more about the fastest and least expensive tool for the job: SQL iQuery.
Does anyone know if we could send a save file through a socket from one AS/400 to another?
I am thinking that if I "copy" the save file into a PF then I should be able to send that PF through a socket and "copy" it back into a save file on the other system. Or perhaps using a program described file I can read the save file, send the data and receive it on the other system, write it to a program described file that is overridden to a save file on the other system.
Has anyone done something similar to this?