Jim, 

just do what we done. Try on error. 

Both DB2 and Enterprise Cobol will give you very 
nice msg if you miss some conversation entries. 
Well CTS 3.1 isn't that smart but it was almost two 
years ago. Perhaps there are some changes since GA. 

Just add them and acticate the new image on the fly. 

It all depends on your local CCSID in DSNHDECP, the Cobol Compiler Codepage
among others. 

Roland


-----Original Message-----
From: IBM Mainframe Discussion List 
[mailto:[EMAIL PROTECTED] On Behalf Of Jim McAlpine
Sent: Thursday, September 14, 2006 5:03 PM
To: [email protected]
Subject: Re: Unicode and DB2 and Enterprise COBOL


OK, putting it another way, this is what I've got -

      CASE NORMAL;              /* ENABLE TOUPPER AND TOLOWER */

      CONVERSION 01146,00367,ER;
      CONVERSION 01146,01200,ER;
      CONVERSION 01146,01208,ER;
      CONVERSION 00367,01146,ER;
      CONVERSION 01200,01146,ER;
      CONVERSION 01208,01146,ER;

      CONVERSION 01146,01200,RECLM;
      CONVERSION 01200,01146,RECLM;
      CONVERSION 01146,01208,RECLM;
      CONVERSION 01200,01208,RECLM;

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to