Author |
Message |
Topic: Using mapping node for cobol 88 field. |
surya.kesh
Replies: 1 Views: 1609
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2006 4:58 am Subject: Using mapping node for cobol 88 field. |
The cobol copybook has one field that has 3 88 fields with values 'a','b','c'.
Can i use a mapping node and with some logic determine which of the values a , b or c will be there in the final output. |
Topic: Array in Java compute node. |
surya.kesh
Replies: 1 Views: 1963
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 14, 2006 12:37 am Subject: Array in Java compute node. |
would using MbElement[] be in advantage while using java compute node in WMB, insted of String[]. |
Topic: how do declare shared var in java compute node. |
surya.kesh
Replies: 1 Views: 1476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 11:14 pm Subject: how do declare shared var in java compute node. |
how do declare shared var in java compute node. |
Topic: How to achieve the same functionality without using ": |
surya.kesh
Replies: 5 Views: 2225
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 10:20 pm Subject: How to achieve the same functionality without using ": |
How to achieve the same functionality without using ":"
SET OutputRoot.XML.{prefixOne}:{'PurchaseOrder'} = InputRoot.XML.prefixOne:PurchaseOrder |
Topic: How to keep track of the no of message read by the use ofJCN |
surya.kesh
Replies: 2 Views: 2103
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 10:15 pm Subject: How to keep track of the no of message read by the use ofJCN |
How to keep track of the no of message read by the use of
a SHARED VARIABLE in
JavaComputeNode in a message flow. |
Topic: hash file |
surya.kesh
Replies: 3 Views: 3203
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 13, 2006 5:34 am Subject: Hash files |
Hash files are files that are used in the java compute node of the WMB to create files with the name value pair. This hash file is a normal file that is created with an additional attribute being that ... |
Topic: hash file |
surya.kesh
Replies: 3 Views: 3203
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 13, 2006 2:07 am Subject: hash file |
What is the best way of creating handing hash files in WMB. |