Previous Topic: Commands Reference

Next Topic: Outcome of the abandon Command

abandon Command—Cancel Operations

The abandon command cancels any outstanding operations on one or more bindings.

To use this command, you need to know the binding number, which you can find out using the get users command. You might also need to know the operation number, which is the invoke-id seen in the trace logs.

This command has the following format:

abandon { all | operation operation-number } on association binding-number;
operation-number

Specifies the operation that you want to cancel.

assoc-number

Specifies the binding which contains the operation you want to cancel.

Example: Abandon Unfinished Operations

The following command abandons all unfinished operations on the binding 131072:

abandon all on association 131072;

The following command abandons only operation 2 on binding 131072:

abandon operation 2 on association 131072;

More information:

get users Command—Display the Current Bindings

Abandon an Operation