Although I can't find this documented on IBM's website, it appears TO_NUMBER
does not return NULL if the field is non numeric. Here is how I am coming
to that conclusion. I also see that if you do that using Oracle, you
receive an error, not null.
If I do the following from STRSQL
select coalesce(to_number('a'),'coalesce') from sysibm/sysdummy1;
I receive a bunch of plus signs
Position to line . . . . .
....+....1....+....2....+....3....+....4..
COALESCE
++++++++++++++++++++++++++++++++++++++++++
******** End of data ********
If I select from a file that has a null field (without coalesce), I receive
a single hyphen.
Position to line . . . . .
....+....1
FIELD1
-
******** End of data ********
As an Amazon Associate we earn from qualifying purchases.
This thread ...
RE: COALESCE not working as I expected, (continued)
This mailing list archive is Copyright 1997-2026 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.