1.How to download a savf to pc from iseries: 2.How to upload a savf from pc to iseries: Hi Gurus, I have added all the files from my source physical file "QDDSSRC" to a save file "SAVF1" in the library GOVIN using the folowing command. SAVOBJ OBJ(QDDSSRC) LIB(GOVIN) DEV(*SAVF) SAVF(GOVIN/SAVF1) Now How i will download this "SAVF1" to my PC...Help me ****************************************************** 2.How to upload a savf from pc to iseries: I had a "SAVF1" in my PC in the Folder D:SP I used FTP as follows: Start->RUN->Cmd->FTP->OPEN (As400 IP address) Username & password entered LCD D:SP CD GOVIN BINARY After this i hv used PUT command and rstobj commands ,it doesnt work... so pls send me the command wit the details i mentioned above.For ur reference i hv shown the command below... (PUT SAVF1.savf QUIT) AS400: RSTOBJ OBJ(*ALL) SAVLIB(GOVIN) DEV(*SAVF) SAVF(GOVIN/SAVF1) I have referred all the posts but i couldnt solve the issues...
Software/Hardware used:
AS400
ASKED:
December 22, 2011 7:16 AM
UPDATED:
March 17, 2012 6:09 AM
it doesnt work…
That doesn’t help us. Why didn’t it work? Did it fail to transfer? Did it transfer as a PF? Did a FTP error show up? Did an error show up when you tried to restore? Where did the savefile on the PC come from? (Was it properly transferred to the PC in the first place? I.e., was it transferred in a BINARY mode?) Is the savefile valid for your AS/400? (E.g., is it an i 7.1 savefile and your system is V5R4?)
We need more information in order even to guess.
Tom