vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, we are attempting to evaluate AcuCobol and having a problem with Db2 and Acucobol, Selecting numeric values. The same select works fine with VisualAge cobol and DB2 and with Acucobol and Oracle. I can fix the problem by changing host variable definition from COMP to COMP-3, but I cant change the entire application. Here is an example: The account number in the database is 20012 The acucobol/db2(udb) select returns: 961413120 the sqlcode is zero and the text fields are returned fine. -thanks |