gtpo1m32Operations

ZDBRO BYPASS-Bypass Database Reorganization Record Types

Use this command to bypass a certain record type or to specify that specific ordinal number ranges in a record type are to be bypassed during database reorganization (DBR).

Requirements and Restrictions

Format




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.

RANge-startord.endord
bypasses an ordinal number range in the specified record type, where startord and endord are 1- to 16-digit hexadecimal numbers.

DIR
bypasses the pool records that are not in use.

Additional Information

If you specify the RECTYPE parameter without the RANGE parameter, all ordinal numbers in the specified record type are bypassed.

Examples

Ordinal numbers 110-119 are bypassed in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRO BYPASS REC-0000 RAN-6E.77                                         |
|                                                                                |
|System: DBRO0000I 12.54.00 REQUEST COMPLETE                                     |
+--------------------------------------------------------------------------------+

All small, long-term records are bypassed in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRO BYPASS REC-SLT                                                    |
|                                                                                |
|System: DBRO0000I 12.55.22 REQUEST COMPLETE                                     |
+--------------------------------------------------------------------------------+

Related Information

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