×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
--------------------------------------------------------------------------------
Reply sent to Midrange-L (original message was in RPG400-L)
--------------------------------------------------------------------------------
Richard Reeve wrote:
I am tasked with finding a way to transfer a multi format file
from one iseries to another using FTP.
I've been trying different things but always end up generating a file
with a record lenght equal to the longest record format being transered.
Richard -
As others mentioned, to retain the characteristics of the multi-format file you'll need to
save it to a save file, then use FTP to PUT the save file to the target system, followed
by restoring the file from the save file into a library on the target system.
However you don't need to create an empty save file on the target system - System i FTP
can automatically create the save file on the PUT command if you are using IFS naming by
using the following command syntax (the System i FTP server recognizes the .savf extension
as a save file...)
Binary
Namefmt 1
PUT /qsys.lib/fromlib.lib/fromsavf.savf /qsys.lib/tolib.lib/tosavf.savf
Regards,
sjl
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.