> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Schiradin,Roland 
> 
> [ snip ]
> 
> Well I hate the missing line number for DB2 msgs while using 
> the integrated compiler.
> This is a pain. Sample
> 
> IGYDS0208-I   DSNH4760I           The DB2 SQL Coprocessor is 
> using the level 2 interface under DB2 V8
> IGYDS0210-S   DSNH332I           CHARACTER CONVERSION FROM 
> CCSID 1140 TO CCSID 1208 IS NOT SUPPORTED, REASON 001
> IGYDS0210-S   DSNH332I           CHARACTER CONVERSION FROM 
> CCSID 1208 TO CCSID 1140 IS NOT SUPPORTED, REASON 002
> IGYDS0208-I   DSNH4764I           SQL OPTION "CCSID(273)" IS 
> IN EFFECT     
> 
> Unfortunally not line number was given so which one cause the 
> problem?????

Quite likely any, or all, of the EXEC SQL statements would/could cause
this.  It appears you have DB2 configured with CCSID(273), but perhaps
you've not synchronized your COBOL compiler, which defaults to
CODEPAGE(1140) (at Enterprise COBOL 3.4), and/or have not properly
initialized Unicode Conversion Services (perhaps missing the PTF for
OA19072?).

    -jc-

----------------------------------------------------------------------
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