Author |
Message |
Topic: 0D in the data area considered as Carriage return |
rajeevreddy
Replies: 2 Views: 2048
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 31, 2009 12:52 am Subject: 0D in the data area considered as Carriage return |
When -20.00 get converted in EBCIDIC format with signed over punch the resultant binary data is 0000000200D. there is a 0D in the data area.Data is written to a file using Fileoutput node.When target ... |
Topic: File Node multithreading |
rajeevreddy
Replies: 1 Views: 1694
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2009 2:34 pm Subject: File Node multithreading |
Can we use Multithreading while dealing with File nodes. If so, which level of instances can be incresed message flow or File node level.Any ideas on multithreading is appreciated.
Thanks in advance. |
Topic: Fixed Length CWF Binary Vs TDS |
rajeevreddy
Replies: 6 Views: 5636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2009 5:32 am Subject: Fixed Length CWF Binary Vs TDS |
Thanks a lot Kimbert.
Do you see any Broker performance differences between CWF Vs TDS? |
Topic: Fixed Length CWF Binary Vs TDS |
rajeevreddy
Replies: 6 Views: 5636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2009 5:17 am Subject: Fixed Length CWF Binary Vs TDS |
We don't have tags as part of data. To build a message as fixed length we have to pad with 0's for numbers and spaces for char's, instead of doing that we were thinking of going with TDS. I am not sur ... |
Topic: Fixed Length CWF Binary Vs TDS |
rajeevreddy
Replies: 6 Views: 5636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2009 4:17 am Subject: Fixed Length CWF Binary Vs TDS |
Can some one suggest me deciding if we need to go with Fixed Length CWF Binary or TDS message sets if we have COBOL copy book handy. And also any advantages and disadvantages in using CWF vs TDS.
Tha ... |
Topic: REDEFINES - (UNRESOLVED CHOICE) |
rajeevreddy
Replies: 3 Views: 2741
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 10, 2009 5:20 am Subject: REDEFINES - (UNRESOLVED CHOICE) |
Having issues on how to access a REDEFINE element in mapping node or esql.
10 FLAGS PIC X(03).
10 FILLER REDEFINES FLAGS.
15 FLAG1 PIC ... |
Topic: problem with FileInput node |
rajeevreddy
Replies: 7 Views: 3904
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2009 10:47 am Subject: problem with FileInput node |
Hi MQEnthu,
Can you share how your are reading the file using FileInput node from a remote server (what kind of settings you have done on the FileInput node). Are you reading from any FTP server or ... |
Topic: File Processing in WMB V6.1 |
rajeevreddy
Replies: 6 Views: 4424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 25, 2009 8:19 pm Subject: File Processing in WMB V6.1 |
We are dealing with all mainframe data....we need to get the file from file server and process the main frame data.Data will be parsed and validated record by record againest the COBOL copy which will ... |
Topic: File Processing in WMB V6.1 |
rajeevreddy
Replies: 6 Views: 4424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 25, 2009 9:00 am Subject: File Processing in WMB V6.1 |
We are planning todo below tasks,
Read the file from FTP location. Parse record by record and map to a target format using a mapping node . Finally write to a queue or to a file. (and vise versa) ... |
Topic: File Processing in WMB V6.1 |
rajeevreddy
Replies: 6 Views: 4424
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 24, 2009 11:44 pm Subject: File Processing in WMB V6.1 |
we are looking at using WMB V6.1 for processing large files (+ transforming the msgs too).I like to know if any one has experienced using WMB V6.1 for processing large files. if so how large files wer ... |
Topic: Message set from AS400/iSeries DB2 files |
rajeevreddy
Replies: 3 Views: 3265
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 06, 2009 5:12 pm Subject: Message set from AS400/iSeries DB2 files |
He suggests to use JDBC Object Discovery Agent and Business Object Designer to generate xsd. But i don't think those are free tools from IBM. Can you suggest me any alternate ways to build XSD from AS ... |
Topic: Message set from AS400/iSeries DB2 files |
rajeevreddy
Replies: 3 Views: 3265
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 05, 2009 4:56 pm Subject: Message set from AS400/iSeries DB2 files |
I know we get COBOL copy books from OS/390 to create message definition file of message sets. Is there any way we can create copy books from AS400/iSeries files too ?
Thanks. |
Topic: Variable OCCURS in COBOL Copy book |
rajeevreddy
Replies: 9 Views: 17677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 24, 2008 9:14 am Subject: Variable OCCURS in COBOL Copy book |
As you suggested i have made changes to messageset by selecting SPACE for NUL values. But still i get below error,
See the following errors for more details.
2008-12-24 09:09:34.807346 10204 ... |
Topic: Variable OCCURS in COBOL Copy book |
rajeevreddy
Replies: 9 Views: 17677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 23, 2008 10:24 pm Subject: Variable OCCURS in COBOL Copy book |
Thanks for your response,
My total length of the CC book shows 3681 bytes from RHFUTIL. But when i check the msg from the rfhutil, i see after 546 bytes the data is all 4040's till 3681 bytes HEX val ... |
Topic: Variable OCCURS in COBOL Copy book |
rajeevreddy
Replies: 9 Views: 17677
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 23, 2008 8:41 pm Subject: Variable OCCURS in COBOL Copy book |
I need your help in handling COBOL Copy book OCCURS .... below is the element from my CC book.
05 Bank_Address_Info OCCURS 125
INDEXED BY ITEM
My question is,
.How to handle OCCURS ... |