If you interrupt where-clause processing under TSO in single-user mode, your request
is canceled. A canceled retrieval
produces no output, and a canceled update does not alter the database.
If you interrupt processing
at any other time, the interrupt is ignored. When you return to SAS,
the usual SAS interrupt-handling mechanism is restored.
While it is not recommended, you can prevent single-user mode from intercepting the
SAS attention-interrupt mechanism by specifying STAX=NO in the file S2KParms. However,
be aware that, if you terminate both the QUEST procedure and SAS by using the SAS
Attention exit after having updated the database, you might have unwritten buffers
left in memory. As a result, the database could
be damaged.