× 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.



Hi Dave

I tested this a bit - let me know if my declarations are the same -

**free
dcl-s packed_data packed(9 : 0) inz(-123456789);
dcl-s d_shift zoned(3 : 0) inz(100);
dcl-s result char(256);
result = %char(packed_data / d_shift);
*inlr = *on;

The result was '-1234789.890000000000000000000'

This is on a 7.3 box.

What's different for you compared to me?

Regards
Vern

On 3/3/2020 9:25 AM, dlclark@xxxxxxxxxxxxxxxx wrote:
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 03/03/2020
12:28:54 AM:
Output string too short?

No, the output is a 256-character variable length string. The
value was -1234567.89. The following was producing -123456789 with
d_shift having a value of 100.


return %char(packed_data / d_shift);


Sincerely,

Dave Clark


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.