Does anyone have any suggestions as far as reference material that would help me understand EBCDIC Character sets, Hex, Binary, and how you can tie them into CL's & RPGLE's, and whatnot?
Software/Hardware used:
ASKED:
May 21, 2008 2:43 PM
UPDATED:
April 21, 2010 8:20 AM
A related joke:
Why do programmers celebrate Christmas and Halloween the same way?
Because DEC(25) = OCT(31).
Another related joke:
There are 10 types of people in the world – those that understand binary and those that don’t.
Oh byte me!!
<grin>
This is one of my favourites such as
All sees on fantastic t-shirts at ThinkGeek
No place like localhost? Would it work better if it were “THERE’S NO PLACE LIKE ~/ “? ThinkGeek is great, though!
I’m glad the jokes are going around, but i’ve only received 1 helpful hint to my question. Anyone, anyone???
I can’t help with most of those questions, but in case it helps, it’s very easy to convert from any base to base 10. Here’s how:
Write all of the digits of the base-N number. Above, from right to left, write N^x where x goes from 0 and up. Convert those N^x to their decimal (base-10) equivalents, and then multiply each column. Then add those products.
Eg, for the binary number 10110, you’re in base-2:
So 10110 in base 2 = 23 in base 10.
Taking my joke as an example for oct (base 8):
For hex, the numbers go 0-9, A, B, C, D, E, F. For the letters, when you’re multiplying, treat them as 10-15.
Anyone, anyone???
The problem is that it’s such a fundamental question that no one has any idea why it would be asked. If those elements aren’t known, then we have no clue what kind of answer will make sense. It’s clear the OP isn’t a programmer, so we can’t even guess what terminology might be understood. It’s like going to an auto shop and hearing the mechanic say “What’s a ‘wrench’? What’s a ‘bolt’?”
Tom