Page 1 of 1

How to concatenate multiple mainframe files in FTP stage?

Posted: Tue Aug 14, 2007 9:42 am
by poorna_76
I have to concatenate 10 mainframe files into 1 sequential file. How do I accomplish this?

Can I accomplish this thru Job Control or using a link collector stage? How?

I am using Datastage version 7.5.1 on windows.

Thanks.

Posted: Tue Aug 14, 2007 3:25 pm
by ArndW
Just cat them together from the Windows command line; i.e. "a.txt + b.txt + c.txt"

Used link collector stage to concatenate multiple files.

Posted: Tue Aug 21, 2007 8:18 am
by poorna_76
I used link collector stage to accomplish this.

Thanks.