View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Aug 11, 2011 12:49 pm Post subject: DSNH902I |
|
|
When I compiled an assembler program, I got this error:
Code: |
DB2 SQL PRECOMPILER VERSION 8 REL. 1.0
DSNH902I U DSNHLIST SEVERE INTERNAL PRECOMPILER ERROR IN CONVERSION, FROM CCSID 0 TO CCSID 1208 REASON CODE = 010
|
Any idea how to fix it? |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Aug 11, 2011 1:04 pm Post subject: |
|
|
Not without seeing the SQL statement that caused it. Usually when you manage to get a compiler to abend it is because the syntax stinks somehow. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Aug 11, 2011 1:06 pm Post subject: |
|
|
Also, you do not compile an assembler program - you assemble it. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Aug 11, 2011 3:28 pm Post subject: |
|
|
your error is explained here
you would be wise to bookmark the IBM LookAt - z/OS Message Help website. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Fri Aug 12, 2011 3:08 am Post subject: |
|
|
The CCSID used by the DB2 precompiler is burried in the parameters used, either set during the customization of the precompiler or explicitly by your invocation of the precompiler.
If you want to use another CCSID, change the parameter in your compile procedure.
regards
Christian |
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Mon Aug 15, 2011 1:48 pm Post subject: |
|
|
Thanks. |
|
Back to top |
|
|
|
|