Author |
Message
|
bremen |
Posted: Thu May 10, 2007 9:25 pm Post subject: CCSID and Convert Encoding |
|
|
Novice
Joined: 28 Dec 2006 Posts: 16 Location: Hindustan
|
Hi all,
My Environment is Broker 5,MQ 5.3 and AIX 5.
I am getting MQ messages from Mainframe thru MQ.
The input msg set is TDS all elements delimited by PIPE( "|") symbol.
The MF program sending the test data with pipe delimited .
when it reaches the MQ i/p node the pipes are converted to "!"symbols(Debugger).
How can i get the pipes upon reaching the MQ input node.
The CCSID of i/p msg is 273/237.
I am looking for the proper CCSID and Encoding values to get the pipes back.
Eagerly looking for respones.
Thanks. |
|
Back to top |
|
 |
elvis_gn |
Posted: Thu May 10, 2007 11:30 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi bremen,
Did you try setting the CCSID Encoding on the MQInput node.....?
Regards. |
|
Back to top |
|
 |
bremen |
Posted: Fri May 11, 2007 7:36 am Post subject: CCSID and Convert Encoding issue |
|
|
Novice
Joined: 28 Dec 2006 Posts: 16 Location: Hindustan
|
Elvis,
I checked the Convert on Input node and
set CCSID =500 and Encoding = 785 still no luck.
does i need to change the values ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri May 11, 2007 1:18 pm Post subject: Re: CCSID and Convert Encoding issue |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
bremen wrote: |
Elvis,
I checked the Convert on Input node and
set CCSID =500 and Encoding = 785 still no luck.
does i need to change the values ? |
This looks very much like a CCSID 500 / CCSID 037 error.
You need to make sure that the sender specifies the right CCSID on the message or if default on the qmgr object.
This way the qmgr will detect the difference and act in consequence.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bremen |
Posted: Tue May 15, 2007 10:45 pm Post subject: CCSID and Convert Encoding issue |
|
|
Novice
Joined: 28 Dec 2006 Posts: 16 Location: Hindustan
|
Hi fjb_saper,
You are right. We set the CCSID on mainframe to 37 and we resolved the issue.
The issue is actually the MF and Qmgr on MF set for different EBCDIC standards.
Thanks. |
|
Back to top |
|
 |
|