Loading| Status | Meaning | Developer Action | |--------|---------|------------------| | 0 | OK | Celebrate | | 1 | I/O error | Check file permissions, disk full | | 2 | Duplicate key | Handle application logic | | 3 | Record not found | Normal eof condition | | 4 | Position block corrupted | Reposition before next Get | | 5 | File not open | Call B_OPEN first | | 9 | End of file | No more records | | 11 | Lock conflict | Retry with exponential backoff | | 12 | Deadlock | Abort transaction and retry | | 74 | Transaction table full | Increase TRANSACTIONS setting |
Provides guidance on setting up system resources, memory organization, and transaction hold limits to maximize performance. | Status | Meaning | Developer Action |