× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.





----- Original message -----
From: Mohammad Tanveer <surgum@xxxxxxxxx>
Sent by: "MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Cc:
Subject: Re: Trying to display japanese characters from an IFS file
Date: Thu, Dec 15, 2016 1:04 PM

I tried it with session ccsid 37
chgjob ccsid(930)
now when i type command I get command not found not sure why ...
> chgjob ccsid(930)
> wrklnk
Command wrklnk in library *LIBL not found.
Error found on wrklnk command.


That's because CCSID 930 does not have the lower case a-z in the same
locations as other code pages. When you type 'wrklnk' in to your 5250
emulator, it gets converted to whatever encoding you've set for the
keyboard/connection and the bytes get sent across and interpreted in 930
as something completely different. Of course, you still see it as 'wrklnk'
because your terminal is set that way.

[1]http://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/nls/rbagsinvariantcharset.htm

"EBCDIC code page 290 (for Japanese support) has Katakana characters at
the code points where lowercase a through z are in the invariant character
set" (CCSID 930 is a Mixed EBCDIC CCSID that uses 290 as the SBCS code
page)


What you typed as 'wrklnk', the system saw as ******************. You can
either change your keyboard to a Japanese keyboard or type everything
uppercase (since the A-Z are in the same location across all code pages).


References

Visible links
1. http://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/nls/rbagsinvariantcharset.htm

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.