Is there a place where we can find, (or does someone have a list of), the error numbers/messages that ladb issues for database errors?
I'm NOT looking for COBOL file status codes associated with work files, (e.g., File Status 9-004), rather I'm looking for a list of errors associated with database tables, like . . .
FindDBRec error is Database error (94)
Sorry for cross posting but I also posted this in the Database forum.
all find or store DBRec error are associated with oracle database codes so you can find all kind of codes listing on
http://www.ora-code.com/
Also if you look in LADB.LOG it usually tells you the error, i.e. type issues or bad data. And even gives you the bad record to look at;
If Oracle is locally installed you can type:
oerr ora <error_no> at the prompt and get te complete error message text.
I don't have any tips on errors for DB2 or MS-SQL