× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



certain point contains a binary value...like x'08'. I need to convert
that
to decimal. I want a variable to have the value 8. I was playing around
with
a DS and overlaying an alpha and binary field, but it doesn't seem very
flexible. What's a non-SQL way of doing this in ILE. Thanks.

D MyDS DS
D charField 1
D unsigned 3U 0 Overlay(charField)
D signed 3I 0 Overlay(charField)

/Free
charField = x'08' ;
// At this point, signed = 8 and unsigned = 8
charField = x'FF' ;
// At this poinnt, signed = -1 and unsigned = 255.

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"I would give my right arm to be ambidextrous."
-- Yogi Berra


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.