CHKABORT command: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
<dd>Aborts a pending request for a checkpoint | <dd>Aborts a pending request for a checkpoint | ||
</dl> | </dl> | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">CHKABORT | <p class="syntax">CHKABORT | ||
</p> | </p> | ||
==Usage notes== | ==Usage notes== | ||
<p>The CHKABORT command aborts a pending checkpoint by causing it to time out immediately. This command is useful when a pending checkpoint is causing too great a delay in the initiation of new requests or Host Language Interface jobs.</p> | <p> | ||
<p>Also, any outstanding transaction is ended and the USE=IGNORE attribute applies to the command.</p> | The <var>CHKABORT</var> command aborts a pending checkpoint by causing it to time out immediately. This command is useful when a pending checkpoint is causing too great a delay in the initiation of new requests or [[Host_Language_Interface_(HLI)|Host Language Interface]] jobs.</p> | ||
<p>For a detailed description of setting checkpoints and system recovery, refer to | <p> | ||
Also, any outstanding transaction is ended and the <code>USE=IGNORE</code> attribute applies to the command.</p> | |||
<p> | |||
For a detailed description of setting checkpoints and system recovery, refer to [[Checkpoints: Storing before-images of changed pages]]. </p> | |||
[[Category: System manager commands]] | [[Category: System manager commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 15:43, 7 February 2019
Summary
- Privileges
- System manager
- Function
- Aborts a pending request for a checkpoint
Syntax
CHKABORT
Usage notes
The CHKABORT command aborts a pending checkpoint by causing it to time out immediately. This command is useful when a pending checkpoint is causing too great a delay in the initiation of new requests or Host Language Interface jobs.
Also, any outstanding transaction is ended and the USE=IGNORE
attribute applies to the command.
For a detailed description of setting checkpoints and system recovery, refer to Checkpoints: Storing before-images of changed pages.