gtpo1m2zOperations

ZDBRI 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

If the record type is not found, DBR starts again at the first record type on the tape after the specified record type.

Examples

The input phase of DBR is restarted for all small duplicated pool records in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRI RESTART POOL REC-SDP                                              |
|                                                                                |
|System: DBRI0020I 19.45.07 DBR INPUT PHASE STARTED                              |
+--------------------------------------------------------------------------------+

The input phase of DBR is restarted for fixed file records beginning at record type 00D7 in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRI RESTART FIXED REC-00D7                                            |
|                                                                                |
|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.