Re: Re: learning PL/1 --

"Greg Price" <greg.price-sFbbPxZDHXw0n/[email protected]> Sat, 28 Aug 2010 13:07:33 +1000
Newsgroups gmane.comp.emulators.turnkey-mvs
Message-ID <[email protected]>
On Fri, 27 Aug 2010 16:30:46 -0700, Ron Hudson wrote:

>Printed the file with PRINTOFF and the listing still had a ^ not a ¬

Maybe it is a x'B0' (or similar) and not a x'5F'?

I get these sometimes when using different mechanisms
going through a EBCDIC->ASCII-> cycle.

The first transforms the EBCDIC ¬ to an ASCII ^,
and the seconds transforms an ASCII ^ to an EBCDIC ^.

Er, unless the first transforms an EBCDIC ¬ to an ASCII ¬ and
the second transforms the ASCII ¬ to an EBCDIC whatever.

You get the idea...

Cheers,
Greg