Some people told to use FTP. It's a good idea ant it's easier for me to do
it with FTP.
I've only one problem. When using RECV from AS/400 A and after the PUT
commands to the AS/400 B, the result is a physical file on AS/400 B. I set
the transfer mode to BINARY and it doesn't work better
Jacques Tardif
tar...@inextenso.qc.ca
Hope this helps
Jean-Michel Penasse
EXPERIA Europe
jmpe...@experia.europe
_____________________________________________
Jacques Tardif a écrit dans le message
<01bdfc17$b88a7150$0a0000c7@inex_01>...
This topic was discussed recently here. You have two options:
1) Create the save file first on the target system.
2) Use "namefmt 1" which is IFS syntax, along with a ".savf" suffix for
the target object name.
For option 2, the sequence would look something like:
===> ftp tgtsys
<signon etc>
ftp> bin
ftp> namefmt 1
ftp> put /qsys.lib/mylib.lib/mysavf.savf /qsys.lib/mylib.lib/mysavf.savf
Use www.dejanews.com to find the earlier threads on this topic. I
searched for "SAVF" and "FTP".
--
Karl Hanson
(and it must be BINARY).