ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Hi..The other problem..

Post new topic  Reply to topic
 Hi..The other problem.. « View previous topic :: View next topic » 
Author Message
vmukesh
PostPosted: Sun Feb 15, 2004 1:35 am    Post subject: Hi..The other problem.. Reply with quote

Novice

Joined: 30 Dec 2003
Posts: 10

When I am using decimal (packed decimal) fileds..then at the time of
data transformation it shows me the follwoing message:

(0x3000000)Text = 'CPI Converter Input Data Invalid'
(0x3000000)Catalog = 'WMQIv210'
(0x3000000)Severity = 3
(0x3000000)Number = 5505
(0x1000000)Insert = (
(0x3000000)Type = 5
(0x3000000)Text = 'packed decimal, no sign found '
)
(0x1000000)Insert = (
(0x3000000)Type = 14
(0x3000000)Text = '0x63'

I n my MRM I have(CWF tab) I have set Signed to No and Sign Orientation to Not Applicatble. Still I am getting this error.

Any Hints...Pls.
Back to top
View user's profile Send private message
EddieA
PostPosted: Sun Feb 15, 2004 11:09 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Quote:
(0x3000000)Text = '0x63'

If this is the field, then WMQI is correct. This is not PD. PD fields always have a sign bit. Maybe it's a single byte binary.

Is this supposed to represent the decimal number '63', or is it '99'.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0
Back to top
View user's profile Send private message
vmukesh
PostPosted: Sun Feb 15, 2004 10:32 pm    Post subject: Reply with quote

Novice

Joined: 30 Dec 2003
Posts: 10

Hi..thanks for th reply...But the field represent 18 and I have defined the length 1 for packed decimal field...

Any clues..
Back to top
View user's profile Send private message
wooda
PostPosted: Mon Feb 16, 2004 4:38 am    Post subject: Reply with quote

Master

Joined: 21 Nov 2003
Posts: 265
Location: UK

A 1 byte packed decimal can only represent 1 digit numbers since one nibble is always used to represent the sign.
Therefore decimal 18 cannot be represented in a 1 byte packed decimal.

You would need 2 bytes.

eg. x'018C' would represent +18 and x'018F' unsigned 18 etc.

EddieA is right x'63' is not a valid packed decimal value.

Hence your error.

Packed Decimal is equivilent to COBOL COMP-3.

Please explain the encoding of your decimal.
It is not packed decimal.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Hi..The other problem..
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.