Using IMS compatible checkpoint/restart calls
This section describes how to use IMS compatible checkpoint/restart calls. The following table summarizes information about the IMS format calls that an IMS compatible application program can issue to request checkpoint/restart support.
IMS compatible checkpoint/restart call summary
Function code | Use | Description |
---|---|---|
XRST | checkpoint/restart support | set up the extended checkpoint/restart environment, invoke AR/CTL to perform restart in restart situations |
CHKP | checkpoint/restart support | initiate checkpoint processingCheckpoint pacing requirements determine whether this call results in an actual checkpoint taken. |
For convenience, this section refers to the calls that the application program issues to the langTDLI module (where lang is the programming language) by the function code in the calls. For example, the XRST
call is used to refer to the call to langTDLI with the XRST function code.
- Entry and return
- Call function codes
- Using the XRST call
- Using the CHKP call
- Coding the checkpoint I/O area
- Coding the checkpoint PCB mask
Comments
Log in or register to comment.