Image description: VSAM status code
This image shows two fields, FS-CODE and VSAM-CODE, with sample values in each field. FS-CODE contains the character value '21'.
VSAM-CODE contains three numeric values as follows:
- 08, which is the VSAM register 15 return value. 08 indicates request not accepted.
- 0, which is the VSAM function code. 0 indicates an attempt to access the base cluster.
- 024, which is the VSAM feedback code. 024 indicates that key ranges were specified for the data set when it was defined, but no range was specified that includes the record to be inserted.
End of image description.