Author |
Message |
Topic: Concatenating two chars |
Anurag
Replies: 1 Views: 5655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 19, 2001 11:19 pm Subject: Concatenating two chars |
Hi,
I am here again with one more intersting thing(It seems to intersting for me as till date i am not able to get the solution for it
I am declaring two variables as
DECLARE var1 CHAR;
... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 19, 2001 8:51 pm Subject: Handle variable repeating elements in an xml |
Hi,
I found out a solution for this.
We can write the EQSL as follow :
It is more or less similar to the suggestion given by EDDIE.
We can write it in this way :
WHILE K <=3 DO
SET
Outpu ... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 19, 2001 8:51 pm Subject: Handle variable repeating elements in an xml |
Hi,
I found out a solution for this.
We can write the EQSL as follow :
It is more or less similar to the suggestion given by EDDIE.
We can write it in this way :
WHILE K <=3 DO
SET
Outpu ... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 10:13 pm Subject: Handle variable repeating elements in an xml |
Hi vinayak,
The way suggested by you changes the output format of my XML.Is there any other way out to sort out the problem so that my output format is not changed.ACtually my input is
<fundid&g ... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 10:10 pm Subject: Handle variable repeating elements in an xml |
Hi Eddie Atherton,
You are right that i will be connecting to the database, but the results will come out from the database which will be more than one records and i will be again in the same problem ... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 10:08 pm Subject: Handle variable repeating elements in an xml |
On 2001-09-16 22:18, hegdevinu wrote:
Hi Anurag,
I feel you can use arrays . In that case, output will get look like
1111
2222
USD
USD
12122001
12122001
It's good to wrap each 3 of ... |
Topic: Handle variable repeating elements in an xml |
Anurag
Replies: 9 Views: 15574
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 16, 2001 5:23 am Subject: Handle variable repeating elements in an xml |
Hi,
I am setting the OutPutRoot in the compute node as :
SET OutputRoot.XML.cashbal.acountNumber=1111;
SET OutputRoot.XML.cashbal.currency='USD';
SET OutputRoot.XML.cashbal.dated=12122001;
SE ... |