Previous Topic: RPT ParameterNext Topic: STOPAFTER Parameter


RESTART Parameter

RESTART is an optional parameter that allows you to return to a reorganization and resume processing at the step you specify. Restart is required if you have used the STOPAFTER parameter to halt processing.

With the RESTART parameter you can:

Because each reorganization step must be executed in its logical sequence, you can restart CA IDMS/DB Reorg in one of these ways:

RESTART Syntax and Options

[,RESTART= {NEXT
            OPTALLOC
            PRIALLOC
            SECALLOC
            MATCH
            IIXSDBK
            UPDLINK
            STORE}]
[,RESTART={step-name}]

This option indicates that a RESTART option follows. You select the reorganization step at which CA IDMS/DB Reorg resumes execution (steps are detailed in Concepts).

Default: None. If you enter the RESTART parameter you must choose one of the options.

Note: If the UPDLINK step has begun or completed execution, the databasehas been modified and you cannot restart at or before the OPTALLOC step until you restore the areas that were updated.

NEXT

Resumes execution at the next logical reorganization step in the sequence. CA IDMS/DB Reorg automatically determines which reorganization step is next and resumes execution. Reorganization continues until all reorganization steps have executed successfully or until the step specified in the STOPAFTER parameter has completed.

OPTALLOC

Resumes with the Optimum Allocation Pointer Extract (OPTALLOC) step.

PRIALLOC

Resumes with the Primary Allocation (PRIALLOC) step.

SECALLOC

Resumes with the Secondary Allocation (SECALLOC) step.

MATCH

Resumes with the Match (MATCH) step.

IIXSDBK

Resumes with the IIX sorted db-key (IIXSDBK) step.

UPDLINK

Resumes with the Update Set Linkage (UPDLINK) step.

STORE

Resumes with the Store (STORE) step.

Rules