Re: ICONV

2020-09-04 Thread Paul Gilmartin
On Fri, 4 Sep 2020 11:57:12 -0400, David Spiegel wrote: > >Does anyone here have experience with using GENXLT and EDCSUSNM Macros >to do a "custom" translation? >Briefly, I would like to know which Dataset(s) the ICONV Utility uses to >load its tables. (Is it LNKLST or LP

ICONV

2020-09-04 Thread David Spiegel
Hi, Does anyone here have experience with using GENXLT and EDCSUSNM Macros to do a "custom" translation? Briefly, I would like to know which Dataset(s) the ICONV Utility uses to load its tables. (Is it LNKLST or LPALST possibly?) Thanks and rega

Re: List of EBCDIC code pages supported by iconv?

2018-01-02 Thread Paul Gilmartin
y for 141 x 70 pairs. (I hope the diagonal is trivial.) MBCS aggravates the burden. >Thanks for all the answers; I did what you suggested earlier, >cross-referenced CCSIDs with iconv -l and got a nice list of 141 of 'em. -- gil

Re: List of EBCDIC code pages supported by iconv?

2018-01-02 Thread Phil Smith III
do with round-trip portability between those code pages and Unicode stuff. Related to encrypting data with Format-Preserving Encryption. Thanks for all the answers; I did what you suggested earlier, cross-referenced CCSIDs with iconv -l and got a nice

Re: List of EBCDIC code pages supported by iconv?

2017-12-20 Thread Paul Gilmartin
On Wed, 20 Dec 2017 19:29:54 -0600, Paul Gilmartin wrote: >On Wed, 20 Dec 2017 19:40:20 -0500, Phil Smith III wrote: > >>I feel silly here, but darned if I can find a definitive list of the EBCDIC >>code pages that iconv supports on z/OS. Googled my brains out, and built the &g

Re: List of EBCDIC code pages supported by iconv?

2017-12-20 Thread Tony Harminc
On 20 December 2017 at 19:40, Phil Smith III wrote: > I feel silly here, but darned if I can find a definitive list of the EBCDIC > code pages that iconv supports on z/OS. Googled my brains out, and built the > list at the bottom of this note. But I don't know if it's compl

Re: List of EBCDIC code pages supported by iconv?

2017-12-20 Thread Paul Gilmartin
On Wed, 20 Dec 2017 19:40:20 -0500, Phil Smith III wrote: >I feel silly here, but darned if I can find a definitive list of the EBCDIC >code pages that iconv supports on z/OS. Googled my brains out, and built the >list at the bottom of this note. But I don't know if it's c

Re: List of EBCDIC code pages supported by iconv?

2017-12-20 Thread Todd J. Gagle
Give the following a try, it's a start: https://www.ibm.com/support/knowledgecenter/SSAL2T_8.1.0/com.ibm.cics.tx.doc/reference/r_code_pg_sprt.html -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to li

List of EBCDIC code pages supported by iconv?

2017-12-20 Thread Phil Smith III
I feel silly here, but darned if I can find a definitive list of the EBCDIC code pages that iconv supports on z/OS. Googled my brains out, and built the list at the bottom of this note. But I don't know if it's complete. Anyone know where this might be documented? IBM-037

Re: iconv() in USS

2013-01-31 Thread Kirk Wolf
echnique"), you can use the "_ICONV_TECHNIQUE" environment variable to reference it. Kirk Wolf Dovetailed Technologies http://dovetail.com FWIW, you might want to look at the Co:Z Toolkit "todsn" / "fromdsn" / "tofile" / "fromfile" commands.

iconv() in USS

2013-01-31 Thread Monika Amiss
Dear group, we have an CONVXLAT-created own translation table for FTP (windows-ascii to EBCDIC with some changed). Is it possible to use this file (TCPXLBIN) in a unix shell script which issues an iconv. Or is there a way to create my own from-codeset and to-codeset iconv -f -t