Append records from 2 files

I am new to this...where do I find the option to append records from one file to another?

Since I have not had a response, I will expound a bit on the issue...

For the life of me, I cannot find any append settings. I have searched the knowledge base and found a lot of references to append, store, overwrite, skip and Resume rollback.

If I want to append, I am supposed to keep the rollback to 0? I have tried both. I have 4 AS400 files that I need to append. If I have a file called "X" and another one called "Y", how do I drag the files into a destination and have y be tacked onto the the end of x?

Please excuse my ignorance, but I really have tried to find the answer on my own. :oops:

you can later concat the files with copy or unix cat

how about this?

darix

Yes, but we are working with over a hundred thousand records, and that might get sticky. Is there really no way to append????

you can add even thousands and millions of records with copy/cat

darix