Version 4.2.6 for Mainframes (Update)
 —  Utilities  —

Restart Load

You can use the restart load function to resume load functions that terminated abnormally. If the load function terminates before the work file has been processed completely, with the restart load you can continue from the point of termination.

The restart load requires that restart information is written to a text member (Natural object of the type Text) in accordance with the selection criteria, options and parameter settings specified for the load.

Start of instruction setTo set up the environment during the load

  1. On the Load Options screen:

    The Load Options screen is described in Work File and Report Options in the section Settings.

  2. Execute the load function.

Start of instruction setTo execute the restart load after an interrupted load

  1. In the Command line of the Object Handler screen, enter the following command:

    GO RESTART

    The Restart Options screen appears, where you can specify a text member by entering a name in the Restart text member field or by marking Select text member and selecting a text member from a list.

    Or:
    Use the following direct command:

    RESTART

    The syntax of RESTART is shown in the section Basic Command Syntax.

Related Topics:

Change the Workplan Library in the section Administration.
GO RESTART in the section Commands for Navigation and Special Functions.

Top of page