z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Checkpoint/restart

z/OS DFSORT Application Programming Guide
SC23-6878-00

Checkpoint/Restart is a facility of the operating system that allows information about an application to be recorded so that same application can be restarted after abnormal termination or after some portion of the application has been completed. Restart can take place immediately or be deferred until the application is resubmitted.

DFSORT takes checkpoints when requested during a sort that uses the Peerage or Vale techniques.

To have DFSORT record checkpoints you must code a SORTCKPT DD statement and ensure the Peerage or Vale technique is selected. See SORTCKPT DD statement and OPTION control statement for more information on the SORTCKPT and CKPT options, respectively.

In general, no checkpoints are taken if the following conditions exist:
  • No work data set is specified.
  • The application is a copy or merge.
  • Blockset is selected.
Note:
  1. No ANSI Standard Label tape files can be open during Checkpoint/Restart processing.
  2. Do not specify CHKPT=EOV on any DFSORT DD statement.
For more information on the Checkpoint/Restart facility, see z/OS DFSMSdfp Checkpoint/Restart.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014