Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to put COBOL mainframe data on a JMS queue. tJMSOutput accepts only string. I can not even specify the encoding. I believe there is an encoding property for Tibco JMS ("encodingName " ? ) but that does not work.
The EBCDIC data is somehow is interpreted as ASCII.
I am using the Message Content as opposed to "raw". I need to send byte []. I can convert this to string and send it as message content but I can not cast it to object and send it as raw message.
Anyone had this issue? In case you want to try, I am attaching a COBOL file.
Hello,
The attached COBOL file is not available on forum. Could you please have a look at it?
Besy regards
Sabrina