Hi,
I have a customer that runs an AS/400 on V5R1 and is unable to upgrade to V5R4 (they have an old software package without the source and the objects have had the observability removed).
I need to get some software installed on their machine, but I've recently upgraded my machine to V5R4 and now the target release V5R1M0 is no longer available on the save commands.
I thought maybe I could send them a save file and use FTP, but I can't even save to the save file with V5R1 as a target release.
Is there a way around this ?
Thanks in advance,
Martin Gilbert.
Software/Hardware used:
ASKED:
January 24, 2008 3:44 PM
UPDATED:
January 28, 2008 1:58 PM
Hi Bruce,
Thanks for the reply.
If I can save and restore source that would solve my problem, as I am able to compile on their machine. I don’t need to send objects as such (although that would save me some time).
I will try and send them a save file of the sources and see how that goes. Maybe I should try saving with several different release levels, to see how it goes.
Thanks again,
Martin Gilbert.
No need for save/restore in that case. Just use FTP for the source members. Here’s a script that I use to move all of the source for a given application to another system:
I have the above in a member DC1LIB of source file VINING/FTPSCRIPT. To run this I:
OVRDBF input vining/ftpscript mbr(dc1lib)
FTP system_name
DLTOVR *all
You may need to fine tune the first few statements depending on how the remote system defaults the namefmt and directory. The source files in the remote library have been created previously. One of the members in DC1LIB/QCLSRC that is sent is the build stream to then recompile everything needed for the product.
In my case DC1LIB is the development library for a product and VPTSHARED a source library used for my development that contains programmer tools shared across products — basically the source to build *SRVPGMs exporting functions that I use all the time.
Bruce Vining
Thanks Bruce,
I think my problem is now solved.
Martin Gilbert.