Re: display an english text string in another language
From: William M. Klein (wmklein_at_nospam.netcom.com)
Date: 03/11/05
- Next message: James J. Gavan: "Re: OT: US Presidents and Foreign Policy"
- Previous message: Pete Dashwood: "Re: OT: Usenet CLC server"
- In reply to: kathie: "display an english text string in another language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 >
- Next message: James J. Gavan: "Re: OT: US Presidents and Foreign Policy"
- Previous message: Pete Dashwood: "Re: OT: Usenet CLC server"
- In reply to: kathie: "display an english text string in another language"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|