On Wed, 1 May 2024 03:23:06 +0000, Sri Hari Kolusu  wrote:

>>> On zOS, its EBCDIC file, is there any solution first convert to ASCII then 
>>> Terse send?
>
Also: <https://www.ibm.com/docs/en/zos/3.1.0?topic=ccscu-iconv-utility>.

(Remember to fix the lineends.)

What UNTERSE tool is available on Windows?  Linux?


>You can use DFSORT TRAN=ETOA function which translates characters from EBCDIC 
>to ASCII using the default standard TCP/IP service EBCDIC-to-ASCII translation 
>table. For example, with TRAN=ETOA, the EBCDIC characters aB2 (X'81C2F2') 
>would be replaced by the ASCII characters aB2 (X'614232').
>
What are the CCSIDs used by "the default standard TCP/IP service EBCDIC-to-ASCII
translation table?"

Likewise, what are the CCSIDs in the ASCII and EBCDIC maps in the
appendices of the DFSORT Ref?

And what EBCDIC CCSID(s) is/are used by DFSORT regular expressions?
Are they flexible, as in ISPF Edit which selects according to the terminal 
CCSID?:
<https://www.ibm.com/docs/en/zos/3.1.0?topic=string-regular-expressions-string1>,
supporting several dozen?  (I suspect this an LE facility.)
How does the programmer indicate to DFSORT which CCSID to use for regular
expressions?  Many terminal emulators allow a choice, and individual
preferences vary.

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to