Author |
Message |
Topic: how to convert a HEX value to ASCII in ESQL? |
SarithaRao
Replies: 2 Views: 9368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 19, 2006 2:29 pm Subject: how to convert a HEX value to ASCII in ESQL? |
Thanks Sirsi! That helped... |
Topic: how to convert a HEX value to ASCII in ESQL? |
SarithaRao
Replies: 2 Views: 9368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 18, 2006 2:23 pm Subject: how to convert a HEX value to ASCII in ESQL? |
Can anyone help me on how to convert a HEX value to an ASCII in ESQL?
For ex : I have a CHAR variable contains "353435"(hex) and I need to convert this to "545"(ascii) value.
I didn't find any b ... |
Topic: how to read the SWIFT message in ESQL & convert hex to A |
SarithaRao
Replies: 9 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 12:50 pm Subject: how to read the SWIFT message in ESQL & convert hex to A |
And how to do model the message using MRM? Could you please give me any useful links which includes the step by step process and examples...
Thanks! |
Topic: how to read the SWIFT message in ESQL & convert hex to A |
SarithaRao
Replies: 9 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 12:48 pm Subject: how to read the SWIFT message in ESQL & convert hex to A |
I am currently using POSITION and CAST functions, but i am getting the hex value in it and i don't know how to CAST it to the ASCII value?
For ex: After i use POSITION and CAST, i have a CHAR vari ... |
Topic: how to read the SWIFT message in ESQL & convert hex to A |
SarithaRao
Replies: 9 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 9:41 am Subject: how to read the SWIFT message in ESQL & convert hex to A |
The whole point is i need to read the SWIFT message and get some values and populate those in the RFH header.
Please let me know how to do this? |
Topic: how to read the SWIFT message in ESQL & convert hex to A |
SarithaRao
Replies: 9 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 8:47 am Subject: how to read the SWIFT message in ESQL & convert hex to A |
Kimbert,
Thanks for your reply!
- what is TDS parser? I am not using any message sets, is TDS parser relates to message sets?
- I am populating the RFH header to use that as subscription la ... |
Topic: how to read the SWIFT message in ESQL & convert hex to A |
SarithaRao
Replies: 9 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2006 11:19 am Subject: how to read the SWIFT message in ESQL & convert hex to A |
I have a SWIFT message coming in as BLOB. I need to read some values from SWIFT header and populate in the RFH header.
For ex: I need to find the '{2:O' and get the 540 from the below :
{1:F01XXXX ... |