Server Guide
When an error occurs during the operation of an MVS Native request, an
SrvFileError object is returned to the requester. The
SrvFileError object can contain one of the following return
codes:
- 200
- The FILETYPE specified in the resource association file is not
valid.
- 201
- The type of request is not valid.
- 202
- A failure occurred while attempting to open the file.
- 203
- A duplicate record was encountered.
- 204
- The end of file was reached. Note that this is not an error
condition.
- 205
- A failure occurred while attempting to close the file.
- 206
- The specified file descriptor was not found in the resource association
file.
- 207
- The resource association file is not accessible.
- 208
- A failure occurred while attempting to write to the file.
- 209
- A failure occurred while attempting to read from the file.
- 210
- A failure occurred while attempting to locate the file specifics in the
resource association file. Ensure that all parameters in the resource
association file are specified correctly.
- 211
- A failure occurred while attempting to update a record in the file.
- 212
- A failure occurred while attempting to delete a record from the
file.
- 213
- A failure occurred while attempting to set the browse location in the
file.
- 214
- The specified record was not found in the file.
- 215
- A logical error has been encountered.
- 216
- A parameter error has been encountered. Ensure that all parameters
in the resource association file are specified correctly.
- 217
- The logical record length is invalid
- 218
- A memory error has occurred.
- 219
- A browse error has occurred.
- 220
- The member name specified has an incorrect format.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]