Summary -
In this topic, we described about the 13 NOTFND with detailed example.
If this error condition occurred, the task gets abnormally terminated.
Command | RESP2, Description & Solution |
---|---|
CANCEL | Occurs if the request identifier specified fails to match an unexpired interval control command. Solution: - The CANCEL request identifier should match with unexpired interval control command. Modify the program to match the request identifiers. |
DELETE | 80 - An attempt to delete a record based on the search argument provided is unsuccessful. Solution: - This might occur due to the record already gets deleted or the record doesn’t exist. Handle the error programmatically. |
READ READNEXT READPREV RESETBR STARTBR | 80 - An attempt to retrieve a record based on the search argument provided is unsuccessful.
Solution: - This might occur due to the record already gets deleted or the record doesn’t exist. Handle the error programmatically. 81 - XRBA was specified and the value of RIDFLD was greater than 4 GB, but the data set is not an extended ESDS. Solution: - XBRA option only used for extended ESDS. If the dataset is not extended ESDS, do not use XBRA. Modify program to remove the XBRA. |