There are 2 problems with multiable encoding methods
1.  Display S360+ has special hardware support for converting binary / decimal 
to/from  display EBCDIC.   Any other encoding for display is roll your own.
2. Compares of hetrogenious data is not supported by hardware  "0" ebcdic does 
not equal "0" ascii
S360 has always had an instruction  to facilitate conversion from one encoding 
method to another.  The instruction is called TRANSLATE.
Translate however requires a code table which is 256 bytes long.  The value of 
BYTE x is used as an index to the table which has the translated value for X at 
that location.   The problems are 
a. it is a user provided table
b only supports single byte characters.

Unicode services is ment to provided some standardization of this via software.
It should be noted that the conversion is complicated by hardware
as the encoding required by software (so compares work) may be different than 
those required by I/O devices such as ASCII terminials.

Avram Friedman

>
>-----Original Message-----
>From: IBM Mainframe Discussion List [mailto:[email protected]] On 
>Behalf Of william janulin
>Sent: Monday, April 10, 2017 10:46 AM
>To: [email protected]
>Subject: Fw: z/OS with ASCII and Non-ASCII input
>
>To list;
>  I am sending this question again as I do not recall receiving a response. 
>I recently received a request to produce a UNICODE table to allow zOS to 
>accept Non-ASCII input. Currently, the system recives ASCII input. Apparently 
>there is a scenario in IBM developer works to product this UNICODE table.
>My question then, if I do this, will z/OS accept both ASCII and Non-ascii 
>input?
>Has anyone gone through this exercise?
>Thank you in advance, Bill J.
>
>
>    On Thursday, March 30, 2017 3:52 PM, william janulin <[email protected]> 
>wrote:
> 
>
> To list;
>  I recently received a request to produce a UNICODE table to allow zOS to 
>accept Non-ASCII input. Currently, the system recives ASCII input. Apparently 
>there is a scenario in IBM developer works to product this UNICODE table.
>My question then, if I do this, will z/OS accept both ASCII and Non-ascii 
>input?
>Has anyone gone through this exercise?
>Thank you in advance, Bill J.
>
>
>  
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
>[email protected] with the message: INFO IBM-MAIN
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN
>
>   
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN

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

Reply via email to