gtpo1m3f | Operations |
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
|
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 120-123 in record type 0005 are bypassed in the following example.
+--------------------------------------------------------------------------------+ |User: ZDBSO BYPASS REC-0005 RANGE-78.7B | | | |System: DBRO0000I 19.45.28 REQUEST COMPLETE | | DBSO0001I 19.45.28 MULTIPLE SSU REQUEST COMPLETED | +--------------------------------------------------------------------------------+
All 4-KB short-term records are bypassed in the following example.
+--------------------------------------------------------------------------------+ |User: ZDBSO BYPASS REC-4ST | | | |System: DBRO0000I 19.45.28 REQUEST COMPLETE | | DBSO0001I 19.45.28 MULTIPLE SSU REQUEST COMPLETED | +--------------------------------------------------------------------------------+
Ordinal numbers 2-5 in record type 0027 in a subsystem with multiple subsystem users are bypassed in the following example.
+--------------------------------------------------------------------------------+ |User: WP/ZDBSO BYPASS REC-0027 RANGE-2.5 | | | |System: CSMP0097I 21.45.28 CPU-B SS-WP SSU-WP1 IS-01 | | DBRO0000I 21.45.28 REQUEST COMPLETE | | CSMP0097I 21.45.28 CPU-B SS-WP SSU-WP2 IS-01 | | DBRO0000I 21.45.28 REQUEST COMPLETE | | CSMP0097I 21.45.28 CPU-B SS-WP SSU-WP3 IS-01 | | DBRO0000I 21.45.28 REQUEST COMPLETE | | CSMP0097I 21.45.28 CPU-B SS-WP SSU-WP1 IS-01 | | DBSO0001I 21.45.28 MULTIPLE SSU REQUEST COMPLETED | +--------------------------------------------------------------------------------+
Related Information
See TPF Database Reference for more information about DBR and for a sample problem that shows the sequence of the commands.