Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-21 Thread Anne & Lynn Wheeler
000a2a8c2020-dmarc-requ...@listserv.ua.edu (Tom Marchant) writes: > ASCII was seriously considered for the initial System/360 > design. Amdahl, Blaauw and Brooks published an article in the IBM > Journal in April, 1964, titled "Architecture of the System/360" in > which many of the design

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-21 Thread David Staudacher
Charles Mills wrote: > http://bitsavers.trailing-edge.com/pdf/ibm/360/princOps/A22-6821-0_360PrincOps.pdf > > Too wonderful for words!168 pages for the whole book... Indeed! I keep a saved copy on my desktop and sometimes still reference it for sake of simplicity. > It's an image scan and

ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-21 Thread Bill Woodger
On Saturday, 20 February 2016 16:46:14 UTC, Paul Gilmartin wrote: > On Sat, 20 Feb 2016 06:54:56 -0600, Bill Woodger wrote: A COBOL program can establish its own collating sequence, which can be user-defined or "ASCII" or... This would only affect alphanumeric fields (OK, I'll assume PIC A as

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Paul Gilmartin
On Sat, 20 Feb 2016 21:26:11 -0600, Tom Marchant wrote: > >In the -6 edition at >http://bitsavers.trailing-edge.com/pdf/ibm/360/princOps/A22-6821-6_360PrincOpsJan67.pdf > >on page 149, in Appendix F, it shows how the 7-bit ASCII is manipulated >to come up with the 8-bit USASCII-8. I won't try

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Tom Marchant
On Sat, 20 Feb 2016 22:15:48 +0100, Peter Hunkeler wrote: >> That would be "F" for EBCDIC, IIRC '5' for ASCII. > >ASCII digits are x'30' to x'39' so the zone part is '3' True, but IBM uses "USASCII-8". It is an 8-bit code, and they didn't extend it by simply adding a high-order 0 bit as you

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Charles Mills
I believe you ... Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Marchant Sent: Saturday, February 20, 2016 12:38 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ASCII vs. EBCDIC (was Re: On sort options ...) On Sat, 20

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Tom Marchant
On Sat, 20 Feb 2016 11:21:17 -0800, Charles Mills wrote: >Are you sure about UNPACK, EDIT and EDMK? > >My recollection is that > >- UNPACK does not care about content. It just re-arranges the nibbles. >- EDIT and EDMK do not ever create packed data, do they? And I think they > honored both D

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Charles Mills
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Tom Marchant Sent: Saturday, February 20, 2016 10:29 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ASCII vs. EBCDIC (was Re: On sort options ...) On Sat, 20 Feb 2016 10:46:05 -0600, Paul Gilmartin wrote

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Tom Marchant
On Sat, 20 Feb 2016 10:46:05 -0600, Paul Gilmartin wrote: >On Sat, 20 Feb 2016 06:54:56 -0600, Bill Woodger wrote: > >>Indeed, there's a bit in the PSW indicating whether it is running in ASCII >>or EBCDIC, isn't there? :-) >> >Used to be. I doubt that it's still functional. Did COBOL ever

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Charles Mills
Subject: Re: ASCII vs. EBCDIC (was Re: On sort options ...) Is there a defined klingon code page? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Bigendian Smalls
mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Saturday, February 20, 2016 8:46 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: ASCII vs. EBCDIC (was Re: On sort options ...) > >> On Sat, 20 Feb 2016 06:54:56 -0600, Bill Woodger wrote: >> >>

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Charles Mills
lf Of Charles Mills Sent: Saturday, February 20, 2016 9:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ASCII vs. EBCDIC (was Re: On sort options ...) Going just from memory here -- too lazy or too inconsequential to look it up. 1. Yes, the bit has gone away. 2. It never did much. After all, CLC

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Charles Mills
other sign configurations for ASCII. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Saturday, February 20, 2016 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ASCII vs. EBCDIC (was Re: On sort options

Re: ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Paul Gilmartin
On Sat, 20 Feb 2016 06:54:56 -0600, Bill Woodger wrote: >Indeed, there's a bit in the PSW indicating whether it is running in ASCII or >EBCDIC, isn't there? :-) > Used to be. I doubt that it's still functional. Did COBOL ever exploit it? -- gil

ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-20 Thread Bill Woodger
Indeed, there's a bit in the PSW indicating whether it is running in ASCII or EBCDIC, isn't there? :-) On Saturday, 20 February 2016 02:02:46 UTC, Tom Marchant wrote: > On Fri, 19 Feb 2016 22:08:44 +, Gibney, David Allen,Jr wrote: > > >> -Original Message- > >> From: IBM Mainframe

ASCII vs. EBCDIC (was Re: On sort options ...)

2016-02-19 Thread Tom Marchant
On Fri, 19 Feb 2016 22:08:44 +, Gibney, David Allen,Jr wrote: >> -Original Message- >> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] ?> On Behalf Of Paul Gilmartin >> Sent: Friday, February 19, 2016 2:02 PM >> >> EBCDIC is a pain. It should have been