Author |
Message |
Topic: TDS Fixed Length - Ignore absent elements at end of record? |
BrisVegas
Replies: 7 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 17, 2009 5:59 pm Subject: TDS Fixed Length - Ignore absent elements at end of record? |
no, there's nothing of that sort. the total length for each record is derived by adding up the field lenths (done automatically by the TDS parser). |
Topic: TDS Fixed Length - Ignore absent elements at end of record? |
BrisVegas
Replies: 7 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 2:46 pm Subject: TDS Fixed Length - Ignore absent elements at end of record? |
kimbert - thanks for the tip about formatting code That's very handy! |
Topic: TDS Fixed Length - Ignore absent elements at end of record? |
BrisVegas
Replies: 7 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 14, 2009 2:44 pm Subject: TDS Fixed Length - Ignore absent elements at end of record? |
Thanks kimbert & MQEnthu!
I trimmed the record so it would be readable, the IDOC records are massive. I was hoping my description would be enough for someone to chime in and say "oh, that ... |
Topic: TDS Fixed Length - Ignore absent elements at end of record? |
BrisVegas
Replies: 7 Views: 5556
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 13, 2009 8:51 pm Subject: TDS Fixed Length - Ignore absent elements at end of record? |
Hi folks,
I'm receiving a flat file in Tagged Fixed Length format. Is there a way to ignore absent elements at the end of a record and use the delimter/Group Terminator to tell the parser that the ... |
Topic: TDS Tagged Fixed Length, default char |
BrisVegas
Replies: 3 Views: 3841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 11, 2009 5:16 pm Subject: TDS Tagged Fixed Length, default char |
Thanks, yes I realise it's now called WMB, but I've always known it as MQSI, since I first used it in 2.02.
Thankyou for the tip and the doco link, that fix has worked. Only catch with that is you ... |
Topic: TDS Tagged Fixed Length, default char |
BrisVegas
Replies: 3 Views: 3841
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 10, 2009 10:23 pm Subject: TDS Tagged Fixed Length, default char |
Hi all,
MQSI6.1 novice here, been struggling away with MQSI for a while. I'm modelling SAP IDOCs at the moment and need to output them as Fixed Length with Tags identifying the record type, ie. ED ... |
Topic: Message Flow running problem (stalled) |
BrisVegas
Replies: 20 Views: 15306
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 21, 2006 6:03 pm Subject: Message Flow running problem (stalled) |
mqperson - when you say the latest CSD.... do you mean the WBIMB5 CSD's?? Or are you talking about Websphere MQ?
We've started getting this type of situation this past week. Haven't quite figured ... |
Topic: Field length when importing Cobol Copybooks to MRM? |
BrisVegas
Replies: 7 Views: 5485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 27, 2005 1:25 pm Subject: Field length when importing Cobol Copybooks to MRM? |
Correct. You can't remove a wire format in v2.1. I should have checked what version you were using before offering that advice.
No problems. Thanks for the help. We're moving to v.5 shortly, so t ... |
Topic: Field length when importing Cobol Copybooks to MRM? |
BrisVegas
Replies: 7 Views: 5485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 26, 2005 3:03 pm Subject: Field length when importing Cobol Copybooks to MRM? |
I think your solution is a reasonable way to avoid hand-crafting the message set. You might be able to avoid some warnings/errors in the task bar by deleting the redundant CWF physical format.
I ca ... |
Topic: Message set problem(TDS) |
BrisVegas
Replies: 13 Views: 16941
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 25, 2005 8:18 pm Subject: Re: Message set problem(TDS) |
Hi,
I have to cretae a message set whiwh parses the following data:
0001BBL|0293311|068924|18153|/BG59 |N|NY|
0001BDP|D|NY|NR|Brief werk niet ontvankelijk |P|
0001BDP|D|NY|NR|Brief werk niet ... |
Topic: Field length when importing Cobol Copybooks to MRM? |
BrisVegas
Replies: 7 Views: 5485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 25, 2005 8:02 pm Subject: Field length when importing Cobol Copybooks to MRM? |
Field length is quite important to the customer when data is loaded back into their system. However, they're having a problem getting the numeric fields out of their system in the lengths that they'v ... |
Topic: Field length when importing Cobol Copybooks to MRM? |
BrisVegas
Replies: 7 Views: 5485
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 24, 2005 8:41 pm Subject: Field length when importing Cobol Copybooks to MRM? |
Hi all,
Just wondering whether it's possible to NOT specify field length for PIC X & PIC 9 fields when importing Cobol copybooks.
I've built MRM messages manually in the past and added the T ... |
Topic: XML -> CSV optional field delimiters being omitted |
BrisVegas
Replies: 4 Views: 3256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 10:41 pm Subject: XML -> CSV optional field delimiters being omitted |
I think we'd be ok to go to a new CSD if that would help. I've not been here too long, but pretty sure they put CSD3 on recently.
My message definition is heirachical. Delimiter for the whole mes ... |
Topic: XML -> CSV optional field delimiters being omitted |
BrisVegas
Replies: 4 Views: 3256
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2004 5:49 pm Subject: XML -> CSV optional field delimiters being omitted |
Hello (I'm a newbie - first post),
When outputting a CSV (MRM TDS) format, any unpopulated fields at the end of my records are being omitted, along with the delimiters. It only occurs at the end of ... |