Duane,
I have solved the problem I was having, but your code looks like it might be
useful for other things that I need to do.
It seems that I misunderstood the %Dec BIF in that the length and decimals are
for the result field, not the target.
Thanks for the link.
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
________________________________
From: "Christen, Duane" <Duane.Christen@xxxxxxxxxx>
To: RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>
Sent: Fri, March 4, 2011 10:54:15 AM
Subject: RE: Convert Character to Numeric
Jeff;
This is the procedure I built to convert character inputs to the appropriate
type. I believe that the only missing piece from this is the user condition
handler procedure "PROVISIONERUSERCH003". If you want that too I can send it
also.
Strip it down to what you need or fit it into your environment.
Main procedure:
http://code.midrange.com/c15395fffd.html
Copybooks: Some of these are ancient sorry.
http://code.midrange.com/adc27f1a30.html
Duane Christen
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On
Behalf Of Jeff Young
Sent: Wednesday, March 02, 2011 12:48 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: Convert Character to Numeric
I have a character field where the number of digits and decimal places is stored
in a file.
I need to convert this to a fixed length numeric field that is defined in my
program.
It appears that the %Dec BIF required a literal or a value that is known at
compile time.
What is the best way to do this?
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
As an Amazon Associate we earn from qualifying purchases.