0 |
X |
X |
Record not found. (This Record Not Found condition is reported
if the search argument is not found in the data set.) |
1 |
X |
X |
Record length check. (This Record Length Check condition occurs
for READ and WRITE (update) and WRITE (add). For WRITE (update) variable-length
records only, the length in the BDW does not match the length of the
record to be updated. For all remaining READ and WRITE (update) conditions,
the BLKSIZE, when S is specified in the READ or WRITE macro,
or the length given with these macros does not agree with the actual
length of the record. For WRITE (add), fixed-length records, the BLKSIZE,
when S is specified in the WRITE macro, or the length given
with this macro does not agree with the actual length of the record.
For WRITE (add), all other conditions, no error can occur.) |
2 |
|
X |
Space not found. (This Space Not Found for Adding a Record
condition occurs if either there is no dummy record when adding an
F-format record, or there is no space available when adding a V- or
U-format record.) |
3 |
X |
X |
Nonvalid request—see bits 9-15 |
4 |
X |
X |
Uncorrectable I/O error. (This Uncorrectable Input/Output Error
condition is reported if the control program's error recovery procedures
encounter an uncorrectable error in transferring data between real
and secondary storage.) |
5 |
X |
X |
End of data. (This End of Data only occurs as a result of a
READ (type DI, DIF, or DIX) when the record requested is an end-of-data
record.) |
6 |
X |
X |
Uncorrectable error. (Same conditions as for bit 4.) |
7 |
|
X |
Not read with exclusive control. (A WRITE, type DIX or DKX,
has occurred for which there is no previous corresponding READ with
exclusive control.) |
8 |
|
|
Not used |
9 |
|
X |
A WRITE was attempted for an input data set. |
10 |
X |
X |
An extended search was requested, but LIMCT was zero. |
11 |
X |
X |
The relative block or relative track requested was not in the
data set. |
12 |
|
X |
Writing a capacity record (R0) was attempted. |
13 |
X |
X |
A READ or WRITE with key was attempted, but either KEYLEN equaled
zero or the key address was not supplied. |
14 |
X |
X |
The READ or WRITE macro request options conflict with the OPTCD
or MACRF parameters. |
15 |
|
X |
A WRITE (add) with fixed length was attempted with the key
beginning with X'FF'. |