|
There are non-numeric code points that have 'F' in the first nybble, so
the test might have to be expanded to exclude (include?) A to F.
Vern
Elvis Budimlic wrote:
Not overly ugly for a one time thing... perhaps:
select rrn(a),hex(myField), f1 from myLib/myFile a
where substring(hex(myField), 1,1) <> 'F' and
substring(hex(myField), 3,1) <> 'F' and
substring(hex(myField), 5,1) <> 'F' and
substring(hex(myField), 7,1) <> 'F' and
substring(hex(myField), 9,1) <> 'F' and
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.