|
I have an EXCEL worksheet where I am selecting specific columns to process
in my program.
One of these columns is a numeric column defined with 2 decimal position.
On the worksheet, I have the following values:
1.38-
20.97-
11.44-
0.84
0.80
In my program, I am receiving the following values:
1.37-
20.96-
11.44-
0.83
0.79
The PI for my numeric processing subproceedure is :
D NumberCell PI 1N
D Sheet 1024A Varying Const
D Row 10I 0 Value
D Column 5I 0 Value
D Value 8F Value
The actual instruction to retreive the data from the cell is :
AdjVarAmt = %Dec(Value : 11 : 2);
The field AdjVarAmt is defined in my program as TYPE = PACKED(11,2)
Does anyone have any explanation as to why this is happening?
I am on V5R3M0
Thanks,
Jeff Young
Sr. Programmer Analyst
IBM -e(logo) server Certified Systems Exper - iSeries Technical Solutions
V5R2
IBM Certified Specialist- e(logo) server i5Series Technical Solutions
Designer V5R3
IBM Certified Specialist- e(logo)server i5Series Technical
Solutions Implementer V5R3
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
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.