Version 8.1.2
 —  Messages and Codes  —

Response Codes

This section describes response codes which can be returned during Adabas Fastpath execution. The response code and its subcodes are returned in the rightmost two bytes of the Additions 2 field of the Adabas control block.

Response code 0 indicates that the Adabas command was processed successfully. Any other response code is returned as a result of an error during command processing.

All Adabas commands resulting in a response code restore all Adabas control block fields except the Response Code field to the contents the fields held at the beginning of command execution.


Response 101
Explanation

This response code indicates that an Adabas Fastpath processing error has been detected during the processing of an Adabas command. Refer to the hexadecimal subcode that appears in the command's Adabas control block, Additions 2 field, low-order (rightmost) two bytes. The subcodes are described in the table below:

Subcode (Decimal) Subcode (Hexadecimal) Description
1 1 L9 sequence optimization encountered an unexpected COP2=I.
2 2 L3/L9 direct optimization internal error.
3 3 Internal call mechanism not functioning. User Exit B may have rejected the call.
4 4 Unexpected RC command during sequence optimization.
5 5 Sx command sequential optimization update error.
6 6 L3 direction change error.
7 7 Direction change integrity check error.
8 8 Default response to internal service commands in the database.
9 9 Optional response for Read Ahead Update warning messages.
10 A Error following a PLEX move.

Top of page