Previous Topic: DB00602INext Topic: DB00604I


DB00603I

COMM OPTION=TSN_ABORT,TSN=xxxxxxxx status

Reason:

In the message text, TSN=xxxxxxxx gives the transaction sequence number. One of the following is printed in the message text in place of the word status.

Status

Meaning

PROCESSED

The request was accepted and was set to be aborted with return code 45.

NOT FOUND

The request sequence number was not found. The request is ignored. The request you were attempting to abort has probably completed.

NOT ALLOWED

The request is active and is processing a command that cannot be aborted. Commands that can be aborted are CNTxx, GETIT, GETPS, LOCxx, REDxx, RDUxx, and SELxx. See the CA Datacom/DB Programming" Guide for the full names of these commands.

Also supported are ADDIT, DELET, and UPDAT commands. If one of these commands is subjected to REQABORT, the request, though aborted, is subject to a rollback to reverse any data area or Index Area changes made.

SQL ABRT RQ

The current command is executing on behalf of an SQL request and, based upon the current process, cannot immediately be aborted. The abort request has been accepted, but the abort is delayed until the SQL process is one which accepts the abort.

Action:

None. This is a verification message.