× 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.



Hello Paul,

Am 11.10.2019 um 17:46 schrieb Therrien, Paul via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx>:

APPEND seems to only be for the remote system, not the local system.
I am attempting to GET data from an FTP server and load it to a local file on my client IBMi. And I want to append data to my local file.

If you're working with *STMFs in IFS, you can simply use qsh or PASE to

cat file1 file2 file3 > newfile
(copies all files' content one by one into newfile)

or

cat file2 >> file1
(append file2's contents to file1's)

in a second step. I don't think appending is possible from within the client directly.


And if you're working with files in QSYS.LIB, you can use cpyf.

Hope that helps.

:wq! PoC

PGP-Key: DDD3 4ABF 6413 38DE - https://www.pocnet.net/poc-key.asc



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.