gtpo1m37Operations

ZDBRO RESET-Reset Database Reorganization Capture Settings

Use this command to reset the:

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
removes the specified ordinal number range from the specified record type, where startord and endord are 1- to 16-digit hexadecimal numbers.

DIR
resets the bypass not-in-use bit to allow all pool records to be captured.

OVR
sets all entries in the DBR override keypoint to 0.

Additional Information

If you specify the RECTYPE parameter without the RANGE parameter, the capture bit for all ordinal numbers in the record type is set.

Examples

Records 22-31 in record type 0009 are reset to be captured in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRO RESET REC-0009 RANGE-16.1F                                        |
|                                                                                |
|System: DBRO0000I 07.30.32 REQUEST COMPLETE                                     |
+--------------------------------------------------------------------------------+

All pool records are reset to be captured in the following example.

+--------------------------------------------------------------------------------+
|User:   ZDBRO RESET DIR                                                         |
|                                                                                |
|System: DBRO0000I 07.30.32 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.