Page 1 of 1

Records concatenated while sending through MQ

Posted: Thu Mar 11, 2010 7:24 am
by preetiv
Hi All,

I have a parallel job which reads from a fixed width file and sends data through MQ. I am using segmented message options. Because of this records are getting concatenated within each message.

Is there any way to resolve this?

Thanks,
Preeti

Posted: Thu Mar 11, 2010 7:30 am
by ArndW
I don't have MQ installed at this client, but I think that this is exactly what setting segmentation does.

Posted: Thu Mar 11, 2010 7:58 am
by preetiv
Well, is there a way where I can retain the new line character after each record?

Posted: Thu Mar 11, 2010 8:52 am
by ArndW
Have you tried adding CHAR(10) to the end of your string?