Author |
Message |
Topic: Swift with select statement |
dinu7102
Replies: 3 Views: 2997
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 26, 2017 4:28 am Subject: Swift with select statement |
MT543
A
SM20CÂ
SM15BÂ
SM19DÂ
B
SW98A
Q X
D 20
SW98A
Q Y
D 30
C
SW23GÂ
SM89FÂ
DÂ
SW98FÂ
SW64A
Its already ... |
Topic: Swift with select statement |
dinu7102
Replies: 3 Views: 2997
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 26, 2017 3:30 am Subject: Swift with select statement |
INPUT :
MT543
A
SM20C
SM15B
SM19D
B
SW98A--> Q->X
D ->20
SW98A-->Q ->Y
D->30
C
SW23G
SM89F
D
SW98F
SW64A
I need output when the con ... |
Topic: Fetch from table |
dinu7102
Replies: 1 Views: 1635
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 18, 2017 7:36 am Subject: Fetch from table |
Hi All,
My aim is to fetch the data from table from head to trail and each row need to keep into file.
IF I want to fetch the data for 987.Please let me know how to fetch and keep into file.
... |
Topic: each message from one single file |
dinu7102
Replies: 8 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 18, 2017 7:27 am Subject: each message from one single file |
Hi Vitor,
I had used length and replacing.
DECLARE LENGTH1,LENGTH2 INTEGER;
SET LENGTH1= LENGTH(REPLACE(Orginalmessage, '{ ', ','));
SET LENGTH2 = LENGTH(Orginalmessage)-LENGTH1; |
Topic: each message from one single file |
dinu7102
Replies: 8 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2017 9:51 am Subject: each message from one single file |
Thanks Vitor. |
Topic: each message from one single file |
dinu7102
Replies: 8 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2017 9:15 am Subject: each message from one single file |
Thanks Vitor.
already its existing interface.I will try with cardinality.
In casse u know any other logic pls let me know. |
Topic: each message from one single file |
dinu7102
Replies: 8 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 15, 2017 6:22 am Subject: each message from one single file |
Hi Vitor,
Thank you.
I need to write the code only in compute node because we are not using filenode. |
Topic: each message from one single file |
dinu7102
Replies: 8 Views: 4875
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 14, 2017 10:53 pm Subject: each message from one single file |
Hi Friends,
I need your help one below requirement.
I need total count from one single file that how many messages are there in it.For each message the message start with "{" and end wi ... |