|
Uhh... perhaps I am just misreading this... you mean RPG declares the integer field as 9B0, right?Yup, Scott cleared that up for me. Even though DSPFFD shows the field as 9B0, it's really an integer. I got further confused when I went into DDS and of course could only create a type B field, not an integer. But in the end, everything worked out <grin>.
create table wtf (val int)
insert into wtf values(1234567890)
select * from wtf
you get back the 1,234,567,890
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.