|
"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 03/03/2020
01:30:15 PM:
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?
As I am creating a generic procedure to work with all kinds of
data, I was using the following equivalent definitions.
dcl-s packed_data packed(46 : 0) inz(-123456789);
dcl-s d_shift zoned(15 : 0) inz(100);
Sincerely,
Dave Clark
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.