Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

List DBTT entries (DISPLAY DBTT)

&pagelevel(4)&pagelevel


DISPLAY [IN CSV [csv-filename]] DBTT OF

{ALL RECORDS | RECORD record-name FOR rsq-selection};


IN CSV

BPRECORD also outputs the data in CSV format.

csv-filename
Name of the file to which the data is to be output in CSV format. The specification of csv-filename is mandatory in the first IN CSV statement of a BPRECORD run (e.g. DISPLAY IN CSV 'BPRECORD.CSV' ...).

For a detailed description of CSV format output, see the manual “Database Operation”, section “Outputting database information in a neutral format”.

ALL-RECORDS

Prints the DBTTs of all record types contained in the specified realm.

record-name

Name of a record type whose DBTT (or DBTT entries) is/are to be printed.

rsq-selection

See chapter BPRECORD statements, section “Logical selection (RSQ selection)”.

The DISPLAY DBTT statement is optional and can be repeated. Repeated input of the same DISPLAY DBTT statement is ignored by BPRECORD.

If multiple page numbers are specified in the DISPLAY DBTT statement, they must be specified in ascending order.

DBTT entries can be listed in decimal and/or hexadecimal format (see the PRINT statement).

Example

DISPLAY DBTT OF RECORD.ARTICLE-TYPE FOR RSQ 1 TO 11 (with PRINT DBTT BOTH)