Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Paul Gilmartin
On 2019-03-26, at 15:04:34, Frank Swarbrick wrote: > I missed where the OP stated the A2 value. > And, as Shmuel avers, it has the "ó" at A2. I'll attach maps of ISO8859-1 (AKA IBM819) where "ó" is at F3, not A2: -- For IBM-M

Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Frank Swarbrick
I missed where the OP stated the A2 value. From: IBM Mainframe Discussion List on behalf of Frank Swarbrick Sent: Tuesday, March 26, 2019 2:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII Seems like OP needs to determine w

Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Frank Swarbrick
, March 26, 2019 2:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII I don't know whether 850 is the CP you need, but it certainly has the right glyph at A2. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 _

Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Seymour J Metz
1:04 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII I believe it is the "ó small o acute" The original Windows File has this in it. Dón (there is an accent on the o). The file that gets delivered to z/os has this in it: Dsn In my FTPDATA for the

Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Paul Gilmartin
On Tue, 26 Mar 2019 17:04:19 +, Longnecker, Dennis wrote: >I believe it is the "ó small o acute" > >The original Windows File has this in it. >Dón (there is an accent on the o). > >The file that gets delivered to z/os has this in it: >Dsn > Thanks for the clarification. I find that characte

Re: Accented Names in EBCDIC -> ASCII

2019-03-26 Thread Longnecker, Dennis
I'm using the "default" . I do have a "TCPIP.STANDARD.TCPXLBIN " dataset, which would be 7th on the hierarchy list. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: Monday, March 25, 2019 6:36 PM To: IBM-MAIN@LISTSERV.UA

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Paul Gilmartin
On Mon, 25 Mar 2019 15:48:50 +, Longnecker, Dennis wrote: >I see there is an extended ASCII table which has accented characters; like the >hex A2 which is an accented lower case O. > >Is there such a character in the ebcdic world? All my google searches for >EBCDIC to ASCII conversions are

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Paul Gilmartin
On Mon, 25 Mar 2019 23:32:53 +, Longnecker, Dennis wrote: >Thanks all for your responses.further investigation shows that the >character is not getting translated correctly when a Windows System FTP's a >file to a z/os file (not USS). > >Our SBDATACONN statement is commented out in the F

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Farley, Peter x23353
e set by your friendly neighborhood sysprogs. Peter -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Longnecker, Dennis Sent: Monday, March 25, 2019 7:33 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Longnecker, Dennis
SBDATACONN settings and see what works best. Any suggestions for a starter set? Dennis -Original Message- From: IBM Mainframe Discussion List On Behalf Of Farley, Peter x23353 Sent: Monday, March 25, 2019 9:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC ->

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Seymour J Metz
equ...@listserv.ua.edu> Sent: Monday, March 25, 2019 5:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII On Mon, 25 Mar 2019 20:47:54 +, Seymour J Metz wrote: >ASCII is 7 bits and does not include any of ō, ŏ, ő, ò, ó, ô, õ or ö, but many >PC and z/O

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Paul Gilmartin
On Mon, 25 Mar 2019 20:47:54 +, Seymour J Metz wrote: >ASCII is 7 bits and does not include any of ō, ŏ, ő, ò, ó, ô, õ or ö, but many >PC and z/OS code pages do, including EBCDIC code pages. See >https://en.wikipedia.org/wiki/EBCDIC_code_pages and the articles for specific >code pages linke

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Seymour J Metz
://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Longnecker, Dennis Sent: Monday, March 25, 2019 11:48 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Accented Names in EBCDIC -> ASCII I see there is an extended ASCII table which has accen

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Seymour J Metz
<01f25da983e8-dmarc-requ...@listserv.ua.edu> Sent: Monday, March 25, 2019 12:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Accented Names in EBCDIC -> ASCII This is a display from ISPF edit showing the range of visible EBCDIC characters starting at X'40' and ending at X'

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Paul Gilmartin
On Mon, 25 Mar 2019 15:48:50 +, Longnecker, Dennis wrote: >I see there is an extended ASCII table which has accented characters; like the >hex A2 which is an accented lower case O. > >Is there such a character in the ebcdic world? All my google searches for >EBCDIC to ASCII conversions are

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Phil Smith III
Dennis Longnecker wrote: >I see there is an extended ASCII table which has accented characters; like the >hex A2 which is an accented lower case O. >Is there such a character in the ebcdic world? All my google searches for >EBCDIC to ASCII conversions aren't showing accented characters in

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Robert Longabaugh
This is a display from ISPF edit showing the range of visible EBCDIC characters starting at X'40' and ending at X'FE'. =COLS> +1+2+3-- ** 01 âäàáãåçñ¢.<(+| 0123456789AB

Re: Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Farley, Peter x23353
MAIN@LISTSERV.UA.EDU] On Behalf Of Longnecker, Dennis Sent: Monday, March 25, 2019 11:49 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Accented Names in EBCDIC -> ASCII I see there is an extended ASCII table which has accented characters; like the hex A2 which is an accented lower case O. Is there

Accented Names in EBCDIC -> ASCII

2019-03-25 Thread Longnecker, Dennis
I see there is an extended ASCII table which has accented characters; like the hex A2 which is an accented lower case O. Is there such a character in the ebcdic world? All my google searches for EBCDIC to ASCII conversions aren't showing accented characters in EBCDIC. Thanks, Dennis ---