gtpo1m3cOperations

ZDBSI RESTART-Restart Database Reorganization Input Phase

Use this command to restart the database reorganization (DBR) input phase at a specified record type. The tape is scanned until the specified record type is found. All remaining records on the tapes are loaded.

Requirements and Restrictions

Format




FIXED
specifies that the record is a fixed file record.

POOL
specifies that the record is a pool file record.

RECtype-recvalue
specifies the record type, where recvalue must be a 4-digit hexadecimal number for fixed file records or one of the following for pool records:

SLT
Small, long-term

SST
Small, short-term

SDP
Small, long-term duplicate

LLT
Large, long-term

LST
Large, short-term

LDP
Large, long-term duplicate

4LT
4-KB, long-term

4ST
4-KB, short-term

4DP
4-KB, long-term duplicate

4D6
4-KB, long-term FARF6 duplicate.

Additional Information

None.

Examples

The input phase of DBR is restarted for all large short-term pool records in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBSI RESTART POOL REC-LST                                              |
|                                                                                |
|System: DBRI0020I 19.45.07 DBR INPUT PHASE STARTED                              |
+--------------------------------------------------------------------------------+

In the following example, the input phase of DBR is restarted for fixed file records beginning at record type 3000.

+--------------------------------------------------------------------------------+
|User:   ZDBSI RESTART FIXED RECTYPE-3000                                        |
|                                                                                |
|System: DBRI0020I 09.30.16 DBR INPUT PHASE STARTED                              |
+--------------------------------------------------------------------------------+

Related Information

See TPF Database Reference for more information about DBR and for a sample problem that shows the sequence of the commands.