I am migrating COBOL CICS DB2 applications to LAN environment. I am using Fujitsu Tools. The migration is very simple and work fine with CICS emulation and Batch JOBS.
The problem is the access to hte new database. The programs are migrated to .Net platform. They have to access Oracle database via ODBC.
Everything works fine except that some SELECT statments should return Too Many Rows SQL Exception but they do not.
In thise case I get SQLCODE = 0 SQLSTATE = '00000' and blanck message. The host variables get one row.
Of course this is erroneous.
Can someboby helps,
Luis
The problem is the access to hte new database. The programs are migrated to .Net platform. They have to access Oracle database via ODBC.
Everything works fine except that some SELECT statments should return Too Many Rows SQL Exception but they do not.
In thise case I get SQLCODE = 0 SQLSTATE = '00000' and blanck message. The host variables get one row.
Of course this is erroneous.
Can someboby helps,
Luis