Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Canceling the STOP state of transactions (GO)

&pagelevel(4)&pagelevel

GO {transaction-id | ALL | OLD}          

The GO command is the exact counterpart of the STOP command, i.e. depending on the operand specified, it continues the execution of one or more transactions currently in the STOP state:

transaction-id


Identifier for a current transaction;
Cancels the STOP state for the specified transaction.

ALL

Cancels the STOP state for all transactions, i.e. the processing of known transactions is resumed, and new transactions are admitted and started.

OLD

Cancels the STOP state only for those transactions for which the application program has already issued a READY.