|
On Tue, 13 Nov 2001, Giri Gopal wrote: > Is there a site with documentation as to the usage of IFS api calls in > RPGIV?. What I want to do is do a merge of some files into one file. My > application writes files during a business event. Each event creates it's > own file. At a periodic time I want to go merge all these event files into > one file. If any one has ideas or samples I will appreciate it. By far the easiest way to do this is to use a QSHELL command to concatenate the files together. Something like this should do it: cat file1 >> file2 This will append file1 onto the end of file2. James Rich james@eaerich.com
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.