gtpo1m33 | Operations |
Use this command to:
Requirements and Restrictions
Format
|
Additional Information
ZDBRO DISPLAY ALL RECTYPE-recvalue
where recvalue is the last record type that was displayed.
Examples
The record types to be captured are displayed in NORM state in the following example. Notice that only the first 48 record types in use are displayed. MORE, which is on the last line of the display, shows that there are more record types in use.
+--------------------------------------------------------------------------------+ |User: ZDBRO DISPLAY ALL | | | |System: DBRO0067I 10.22.21 RECORD TYPES TO BE CAPTURED | | 0000 0001 0002 0003 0004 0005 0006 0007 | | 0008 0009 000A 000B 000C 000D 000E 000F | | 0010 0011 0012 0013 0014 0015 0016 0017 | | 0018 0019 001A 001B 001C 001D 001E 001F | | 0020 0021 0022 0023 0024 0025 0026 0027 | | 0028 0029 002A 002B 002C 002D 002E 002F | | MORE | +--------------------------------------------------------------------------------+
The record types to be captured are displayed in 1052 state in the following example. Notice that only the first 44 record types in use are displayed. The ..T on the last line of the display shows that there are more record types in use.
+--------------------------------------------------------------------------------+ |User: ZDBRO DISPLAY ALL | | | |System: DBRO0067I 19.45.28 RECORD TYPES TO BE CAPTURED | | 0005 0007 0012 0013 0014 0015 0016 0017 | | 0018 001A 001C 0023 0024 0025 0027 0028 | | 002A 002D 002E 002F 0030 0031 0032 0033 | | 0034 0035 0036 003A 003B 0040 0042 0043 | | 0044 0046 0047 0052 0059 005B 005D 0063 | | 0071 0073 0074 0076 0077..T | +--------------------------------------------------------------------------------+
The record types that contain exceptions are displayed in the following example.
+--------------------------------------------------------------------------------+ |User: ZDBRO DISPLAY EXC | | | |System: DBRO0068I 19.45.28 RECORD TYPES WITH EXCEPTIONS | | 0005 SST | +--------------------------------------------------------------------------------+
The record types that are specified in the override record are displayed in the following example.
+--------------------------------------------------------------------------------+ |User: ZDBRO DISPLAY OVR | | | |System: DBRO0069I 19.45.28 RECORD TYPES IN OVERRIDE REC | | 0005 0007 | +--------------------------------------------------------------------------------+
Record type 0005 is displayed in the following example.
+--------------------------------------------------------------------------------+ |User: ZDBRO DISPLAY REC-0005 | | | |System: DBRO0077I 19.45.28 EXCEPTIONS FOR RECORD TYPE 0005 | | START END | | 000000000000006E 0000000000000077 | | 0000000000000082 0000000000000083 | +--------------------------------------------------------------------------------+
Related Information
See TPF Database Reference for more information about DBR and for a sample problem that shows the sequence of the commands.