HP3000-L Archives

February 2001, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Berkowitz <[log in to unmask]>
Reply To:
Michael Berkowitz <[log in to unmask]>
Date:
Thu, 1 Feb 2001 13:57:32 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
Nope,

Those are different versions of ASCII values.

For example,

The "$" is oct 44, hex 24 in ASCII, but is hex 5B in EBCDIC.
Inputting at CI gives
:calc $5B (EBCDIC hex for "$")
91, $5B, %133

Mike Berkowitz
Guess? Inc.

-----Original Message-----
From: Glenn Koster [mailto:[log in to unmask]]
Sent: Thursday, February 01, 2001 1:49 PM
To: Michael Berkowitz; [log in to unmask]
Subject: Re: [HP3000-L] EBCDIC to ASCII


Michael asks...

> Is there a program, either from CSL, or part of other popular
programs(MPEX
> or QEDIT) that will ask for an EBCDIC number in Hex and give you the ASCII
> equivalent in Hex, Octal and Character(if printable).

Yes, it's called the command interpreter.  Simply use the CALC function.

For instance...

    PUB:calc $ff
    255, $FF, %377

Glenn Koster

ATOM RSS1 RSS2