Information

This site will undergo a brief period of maintenance on Friday, 18 December at 12:30 AM Central/12:00 PM IST. During a 30 minute window, site availability may be intermittent.

Restarting using the QUICKSTART Checkpoint facility


During a restart of an application program which had previously utilized the QUICKSTART Checkpoint Facility, the following JCL changes must be implemented:

  • A //SYSCHK DD Statement must be added before the Step which is to be restarted, such that the //SYSCHK DD Statement references the dataset name of the MVS Checkpoint Facility dataset to be used to restart the program. For example:

    //SYSCHK  DD DSN=hlq.CKPTDD0n,
    //        DISP=SHR
    //*
    //APPLPGM EXEC PGM=application-program
    //*

    where “n” is set to either “1” or “2”, to select from either of the two MVS Checkpoint Facility datasets used in the previous execution of the Step. SeeError-messages for application program coding examples.

  • The RESTART=stepName sub-parameter of the JOB Statement must be specified to refer to the appropriate job step.
  •  Any Generation Data Group (GDG) Generation Levels having positive values must be reduced accordingly. For example, any GDG datasets having (+1) must be altered to (+0) prior to restarting the Step.



 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

QUICKSTART for MVS 3.4