Posted: Tue Jul 11, 2006 4:21 pm Post subject: ASBITSTREAM function
Acolyte
Joined: 19 Dec 2005 Posts: 67
I am using ABITSTREAM function as follows
CAST(ASBITSTREAM(InputBody) AS CHAR CCSID ENCODING ).
This function is being used in compute node. Input to this node is an XML message domain as MRM. It is failing saying that Wireformat is not specified. But when I am using a reset contetn descriptor befroe compute node and putting Domain as XMl, it is working fine.
But problem is that I may be getting input to this compute node as BLOB or MRM with CWF wire format, MRM with XML format. Please provide me how to use your input how to use in this node.
Read up on the ASBITSTREAM function.
You can provide the wire format information by adding the Format parameter. You should be using message sets ideally. Set Type and Format are available parameters for the ASBITSTREAM function.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum