Specifies a privileged action to perform on the connected proxy.
Requirements: | You must have special privilege and specify ACLSPECIAL=YES in the LIBNAME statement in order to use this statement. |
Before you can issue this statement, you must have connected to a proxy with the SET USER or SET USER/LOCKING statement and invoked operator privilege with the SET OPER MODE statement . | |
See: | SPD Server proxies are described in detail in Managing SPDSBASE Processes. |
cancels and exits the user proxy. If you specify the /DUMP option for a non-locking user proxy, the proxy exits with an ABORT function call, which produces a core file. If you are the operator of a locking user proxy, the /DUMP option is ignored.
drops the control socket from the user proxy to the client. This action causes the user proxy to terminate the next time it tries to communicate with the client.
sets a soft interrupt flag in any open tables that belong to the user proxy. During certain long-running operations such as large table sorts, table scans with a WHERE clause, or index creations, the user proxy periodically checks for an interrupt flag in all of the open tables that are involved in the operation. If the user proxy detects an interrupt flag, it terminates the operation and any previously opened tables are closed.