display an english text string in another language
From: kathie (kktbva_at_yahoo.com)
Date: 03/10/05
- Next message: SkippyPB: "Re: OT: US Presidents and Foreign Policy"
- Previous message: jce: "Re: OT: US Presidents and Foreign Policy"
- Next in thread: William M. Klein: "Re: display an english text string in another language"
- Reply: William M. Klein: "Re: display an english text string in another language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: SkippyPB: "Re: OT: US Presidents and Foreign Policy"
- Previous message: jce: "Re: OT: US Presidents and Foreign Policy"
- Next in thread: William M. Klein: "Re: display an english text string in another language"
- Reply: William M. Klein: "Re: display an english text string in another language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|