Re: source pf exchange



Don't bother with a save file, you cannot restore objects in V5R2 save
file to a V3R2 system. Similarly, you cannot restore objects saved from
a V5R2 tape.

If you are going to use FTP, then simply ftp directly into the source
files using the mput/mget commands

If you are going to use tape, then you must use a data interchange
method, using the CPYTOTAP or CPYFRMTAP commands.

If you have SNADS configured you may also use the SNDNETF command.

"Denny Davis" <spam@xxxxxxxxxxx> wrote in message
news:c4an615p04nf4uf8h7pit3gof057lrd71f@xxxxxxxxxx
52 can restore a 32 save file.
Good luck on finding compatable tape drives!

Otherwise...
CRTSAVF QGPL/WHATEVER
SAVLIB to the save file
If the 32 machine has TCP installed then
FTP the save file in binary mode somewhere.
To a lap top is the easiest.
From PC command window
FTP V32_IP
BIN
GET QGPL/WHATEVER C:/WHATEVER
QUIT
EXIT

Connedt to the v52 machine
CRTSAVF QGPL/WHATEVER
From PC command window
FTP V52_IP
BIN
PUT C:/WHATEVER QGPL/WHATEVER
QUIT
EXIT

Then RSTLIB the QGPL/WHATEVER save file.

If the 32 machine does not have TCP/IP, then it is a little harder.

Search the interned for a progrram,(REXX is frequently used) to
convert a save file to a data file and vice versa. Convert the 32 save
file to a data file, use Client Access File Transfer with no
conversion to take file off. Reverse procedure to load data file on
52. Then run program to convert data file back to a save file.


On Sun, 24 Apr 2005 08:53:41 -0500, George Applegate
<gappleg8@xxxxxxxxxx> wrote:

I have some source code I want to be able to move to an older /400 for
reference/access. The older machine is a model 200 at v3r2. The
source I want to move is on a model 810 at v5r2. Assuming I can find
a compatible tape, can I do this?

What would be the best way to accomplish this? What options exist? I
am thinking I can't restore newer objects onto an older machine with
that much difference in operating system levels. One thought I had
was to perhaps just spool all the source code to a print file and then
just move that file from the out queue to a PC based text file.

Just wondering what the best way would be to accomplish this.

Thanks for your suggestions,
ga
George Applegate
gappleg8@xxxxxxxxxx



.



Relevant Pages

  • Re: Rebuild .LDF File
    ... I would review BOL and try this command again. ... possible that you data file is corrupted? ... > creating a new database with the same name, ... > appears to execute ok in Query Analyzer, but the log file ...
    (microsoft.public.sqlserver.server)
  • Re: Displaying a data number on the graph - (reposting)
    ... linecolor rgb "blue" ... Now I need ALSO to display on the same graph the last number of col ... 14, i.e. the number on top of column 14 of the data file, which is ... I can display all the numbers in col 14 using this command line: ...
    (comp.graphics.apps.gnuplot)
  • Re: Create a Solaris 10 10/08 DVD to deploy a flash archive
    ... but some king of data file. ... What command you are using to determine the file type? ... and after unpack files sysidcfg and profind ...
    (comp.unix.solaris)
  • Re: Displaying a data number on the graph - (reposting)
    ... Here is the command line: ... 14, i.e. the number on top of column 14 of the data file, which is ... Isn't the number on the top of the column the _first_ entry rather ... we create a function that returns a blank label unless ...
    (comp.graphics.apps.gnuplot)
  • Re: gnuplot: plotting each point in different color
    ... used to loop over the columns of a dataset (using the "column" command), ... for example if you have a data file with one common x-axis and 100 ... y-datasets that you want plot in the same graph. ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". ...
    (Debian-User)