display an english text string in another language

From: kathie (kktbva_at_yahoo.com)
Date: 03/10/05


Date: 10 Mar 2005 08:53:02 -0800

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

  • Re: display an english text string in another language
    ... Bill Klein wmklein ix.netcom.com "kathie" wrote in message ... > 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. ...
    (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)