FTP SAVF
45 pts.
0
Q:
FTP SAVF
I FTP savf to another AS400 it becomes a physical file. How do I FTP a savf to another AS400 and restore the Libraries in the savf?
ASKED: Aug 8 2008  3:56 PM GMT
0
23625 pts.
0
A:
 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0
  • AddThis Social Bookmark Button
Hi,

Create a SAVF on the target AS400 before you FTP, then FTP your SAVF (in binary mode) to the existing SAVF on the target system. Should be something like the following (with user id's and passwords etc) :-

SourceSystem
CRTSAVF SAVF
SAVOBJ/SAVLIB/etc to SAVF

TargetSystem
CRTSAVF SAVF

SourceSystem
FTP TargetSystem
bin
put SAVF SAVF
quit

TargetSystem
RSTOBJ/RSTLIB/etc from SAVF

Done.

Regards,

Martin Gilbert.
Last Answered: Aug 8 2008  4:04 PM GMT by Gilly400   23625 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0