FILFULRM (file is full)
- Purpose
- A file is full when a record cannot be added to the end of the file because:
- All record positions in the file have been filled and the file is not
extendable.
- All record positions in the file have been filled and the file has been
extended the maximum number of times.
- There are not enough bytes available in the file to insert the record
and the file is not extendable, or the maximum number of extents have already
been made. For example, if there are 45 bytes of space available in the file
and an attempt is made to insert a record of 150 bytes, a FILFULRM reply message
results.
- Code Point
- The code point for this term is X'120C'.
- Structure
- See Reply message structure for the general structure
of reply message data.
- Parameter
- Description
- SVRCOD
- Severity code
- Code point is X'1149'.
- Returned.
- Enumerated value(s) for this parameter:
- 8
- Error Severity Code
- 16
- Severe Error Severity Code
- 32
- Access Damage Severity Code
- FILNAM
- File name
- Code point is X'110E'.
- Returned.
- CSRPOSST
- Cursor position status
- Code point is X'115B'.
- Returned.
- DTALCKST
- Data lock status
- Code point is X'115C'.
- Returned.
- RECNBR
- Record number
- Code point is X'111D'.
- This is the number of the record being operated on by the function.
- RECCNT
- Record count
- Code point is X'111A'.
- Minimum value is 0.
- SRVDGN
- Server diagnostic information
- Code point is X'1153'.
- No information is returned.