DB2 Server for VM: Messages and Codes


Warning Return Codes

Return Code  Name
Meaning

1    DIRTSCAN
Used in read call. For Fetch Row, Open Scan, or Get Parent, scan is 'on' a row but flagged dirty. For Get Next Row, scan is flagged dirty and may or may not be 'on' a row. Get Next Row resets the scan to 'clean' and resets the scan to 'on' (or 'EOF').

2    DOMTRUNC
Field truncation. On a read request, a requested domain is longer than the domain FREQLTH value and thus the returned domain has low order truncation.

4    EOF
End of file on a scanned set

4    TOF
Top of file on a scanned set. No operation currently sets this code.

8    KEYVIOL
Key violation on Get Next Row for an index scan. Submitted key lower than the current key as indicated by SCAN and QUALF. Scan is positioned 'on' first offending row.

16    NFORMSEG
DBSPACE requested by CFETCH, CNEXT exists but has no SCR record or was not opened

64    FORCEND
Automatic commit work is generated on deletion of DBSPACE, master or link control records

128   BADSARG
Record does not satisfy the search arguments

4096  INCONSEG
NSEG or SEGMS(*) is inconsistent with the REL(*) supplied to STARTUS call.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]