335 pts.
 ftping entire source physical file
Dear All,

How to do ftping for entire source physical file which is having different members types to other enviornment so that in that enviornment (say Production) that members could be opened in edit mode.

Thanks

 



Software/Hardware used:
AS/400
ASKED: Dec 28, 2011  2:36 PM GMT
UPDATED: February 28, 2012  1:22:34 PM GMT
1,510 pts.

Answer Wiki:
Your best bet may be to do it via a SAVF.

Create a save file (CRTSAVF).

Then save the object source file (SAVOBJ) to the save file.

Depending on the release of the target system you may need to change the
parameter for target release.

Then FTP the source.savf to the remote system.

Once there, restore the object source (RSTOBJ).
Last Wiki Answer Submitted:  Dec 28, 2011  2:47 PM (GMT)  by  ToddN2000   1,510 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

but it could only restore the objects,and what about the sources of members contained in that source physical file will they also be available in target release enviornment?

 335 pts.

 

but it could only restore the objects…

When you save a *FILE physical file object, the members are saved as part of it. The entire file (including the members) can be restored or individual members can be restored.

The parameters of the RSTOBJ command allow you to choose how the restore should be done.

Tom

 66,925 pts.