×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Try,
AS400PackedDecimal a = new AS400PackedDecimal(2,0);
byte[] b = a.toBytes(new BigDecimal(69));
This should result in b = x'069F' not x'0069' since the last nibble is used for the sign.
===
Marshall Dunbar
DPS, Inc.
marshall@dpslink.com
(317) 574-4300 (800) 654-4689
====
| "teresa garcia" <teresa_a_garcia@hotmail.com>
Sent by: owner-java400-l@midrange.com
02/02/2001 04:02 PM
Please respond to JAVA400-L
|
To: java400-l@midrange.com
cc:
Subject: packed decimals |
Does any one out there knows how to "create" the equivalent of packed decimals with java?
I am writing a program to send a message to a remote application and I have to pre-apend the message with a packed two bytes field containing the message length. My message is 69 bytes long, therefore the first two bytes are expected to contain X'00'& X'69'.
One more question, is the STX generate with '\u0001' equivalent to ASCII X'01' ?
Any suggestions will be greatly appreciated.
Teresa
Get your FREE download of MSN Explorer at http://explorer.msn.com
+--- | This is the JAVA/400 Mailing List! | To submit a new message, send your mail to JAVA400-L@midrange.com. | To subscribe to this list send email to JAVA400-L-SUB@midrange.com. | To unsubscribe from this list send email to JAVA400-L-UNSUB@midrange.com. | Questions should be directed to the list owner: joe@zappie.net +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.