Purpose
The DBROW command displays the rows of a Data Block.
Syntax
The online help lists the row options (/S, /M, /L, /H) as /rowopt.
where:
- /S or /C
- Displays the row count without the block header.
- /M or /I
- Displays the row headers.
- /L or /R
- Displays the row headers, each followed by the formatted row.
- /H
- Displays the row headers, each followed by the row in hexadecimal.
Usage Notes
The DBROW command must be invoked from a DB context (as indicated by the DB> prompt).