Re: display an english text string in another language

From: William M. Klein (wmklein_at_nospam.netcom.com)
Date: 03/11/05


Date: Thu, 10 Mar 2005 23:26:05 GMT

My guess is that you have a problem with the Unicode Conversion services at your
site. If you aren't the systems programmer at your site, check with them and
have them review the information at:

   http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igy3c120/4.1

See:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2h750/2.18

for information on S019 Abend

-- 
Bill Klein
 wmklein <at> ix.netcom.com
"kathie" <kktbva@yahoo.com> wrote in message 
news:1110473582.509852.55280@z14g2000cwz.googlegroups.com...
> Hi all,
>
> I'm very new with COBOL and working on displaying an english text
> string in another language such as korean, japanese, farsi, etc.
>
> This is what I have in my program for displaying in japanese:
>
> .....
> 01  WS-TEST             PIC X(20)    VALUE 'MY NAME IS JOHN DOE'.
>
> 01  ws-rec.
>    05  WS-TITLE        PIC N(20)    USAGE NATIONAL.
> .....
> MOVE FUNCTION NATIONAL-OF(WS-TEST, 1399) TO WS-TITLE.
> ....
> WRITE PRINT-REC FROM WS-REC.
>
> The program compiled OK but it abends when I run it.  This is the
> error:
>
> CEE3250C The system or user abend S019  R=00000000 was issued.
>
> Am I doing something incorrect?  Please help!!!!
>
> Thanks,
> Kathie
> 


Relevant Pages

  • display an english text string in another language
    ... I'm very new with COBOL and working on displaying an english text ... string in another language such as korean, japanese, farsi, etc. ... WRITE PRINT-REC FROM WS-REC. ... CEE3250C The system or user abend S019 R=00000000 was issued. ...
    (comp.lang.cobol)
  • Re: XP home version/word perfect/kanji show up as ????
    ... > When I try to type in Japanese in a word perfect document, ... > bar) and when I hit the space key it changes to kanji as it should. ... > However when I hit return to accept the kanji, instead of displaying the ... > tools/language but there wasn't a Japanese option displayed to select. ...
    (microsoft.public.windowsxp.general)
  • XP home version/word perfect/kanji show up as ????
    ... When I try to type in Japanese in a word perfect document, ... However when I hit return to accept the kanji, instead of displaying the ... tools/language but there wasn't a Japanese option displayed to select. ...
    (microsoft.public.windowsxp.general)
  • RE: how to display japanese message subject and folders on outlook
    ... The new mails (arrived after setting Japanese for non-unicode program and we ... did this in the first place) are displaying fine. ...
    (microsoft.public.outlook.general)