Previous Topic: Outcome of the abandon Command

Next Topic: clear access Command—Remove All Static Access Controls

abort Command—Close Bindings

The abort command closes all or one binding. The DSA discards any outstanding operations when it aborts a binding.

This command has the following format:

abort all-users | user binding-number;
all-users

Aborts all bindings.

user binding-number

Aborts one binding. binding-number is a number that specifies the binding you want to abort. Use the get users command to find this.

Example: Abort All Operations

The following command aborts all operations on the binding 131072:

abort user 131072;

More information:

get users Command—Display the Current Bindings