Author |
Message |
Topic: convert cobol cpybook to xml |
phanisasi
Replies: 7 Views: 3699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 20, 2011 9:09 pm Subject: convert cobol cpybook to xml |
hi
what is the procedyre to convert cobolcpy book to xml.... |
Topic: convert blob file to string? |
phanisasi
Replies: 20 Views: 13639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2011 10:50 pm Subject: convert blob file to string? |
i tried like this .but iam not getting.
CAST(InputRoot.BLOB.BLOB AS CHARACTER CCSID InputRoot.Properties.CodedCharSetId ENCODING InputRoot.Properties.Encoding); |
Topic: convert blob file to string? |
phanisasi
Replies: 20 Views: 13639
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 03, 2011 4:38 am Subject: convert blob file to string? |
use fle ip op and compute node ...how can we c onvert blob file to string? |
Topic: read log file and extract id from that |
phanisasi
Replies: 1 Views: 2953
|
Forum: General Discussion Posted: Mon Oct 03, 2011 1:53 am Subject: read log file and extract id from that |
hi....how to read .log file and in that file some msg id is there.how can we extract that and how can we convert blob to string format? |
Topic: using soap nodes |
phanisasi
Replies: 3 Views: 3205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 21, 2011 2:14 am Subject: using soap nodes |
Create a flow which accepts a SOAP Request, verify whether the orderperson is some name. If true, update the responseCode as 0 and responseDescription as Success. And UniqueTransactionId as SHIPORDR_& ... |
Topic: wmb basics |
phanisasi
Replies: 5 Views: 5089
|
Forum: General Discussion Posted: Fri Sep 16, 2011 12:45 am Subject: wmb basics |
 |
Topic: wmb basics |
phanisasi
Replies: 5 Views: 5089
|
Forum: General Discussion Posted: Thu Sep 15, 2011 4:20 am Subject: wmb basics |
got it..but is it good way
DECLARE COUNT INTEGER 1;
WHILE COUNT<4 DO
CREATE LASTCHILD OF OutputRoot.XMLNSC.output.NAMES.NAME[COUNT] NAME 'FIRSTNAME1'
VALUE SUBSTRING(InputRoot.XMLNSC.NAMES. ... |
Topic: wmb basics |
phanisasi
Replies: 5 Views: 5089
|
Forum: General Discussion Posted: Wed Sep 14, 2011 2:05 am Subject: wmb basics |
hi...iam new to wmb...
if we give the following xml as mq input node
<names>
<name>phani kumar </name>
<name>sasi kanth</name>
<name>ravi kumar</name>
... |