Phil Kingston wrote:
Hi all,

Does anyone have a quick assembler routine to convert a hexadecimal
number represented in EBCDIC into the real hex number?
Phil.

Depends what you mean.

x'FACE' is a hexadecimal number, right? (= 64206 in decimal,
if an unsigned number).

c'FACE' is one way of representing it in EBCDIC

So you want to convert c'FACE' to x'FACE'?

Or are you talking zoned decimal, packed decimal,
or floating point numbers?

Give us some info on the parameters that bound your
problem.

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to