IBM File Manager for z/OS User's Guide and Reference for DB2 Data Ver 14.1

RD primary command

The RD ("Record Dump") primary command prints, for the number of rows specified, in dump format using the current display format (TABL or SNGL).

Syntax

Read syntax diagramSkip visual syntax diagram
      .-1--------.   
>>-RD-+----------+---------------------------------------------><
      +-num_rows-+   
      +-Max------+   
      '-All------'   

num_rows
Print num_rows rows, starting from the current row. Valid range: 1–999999999.
Max
Print all remaining rows, from the current row to the end of the Db2® object.
All
Print all rows in the Db2 object.


Feedback