|
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
--
This is the RPG programming on the IBM i / System i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.
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.