The TABLE statement serves to output part or all of a table from the currently processed UTM dump. The output can be in dump format or in symbolic form.
|
}
|
table-name | Name of the table to be output. You can use the HELP TABLE-NAMES command to display a list of all table names. The table names can be abbreviated as long as they remain unique. The following rules apply:
Example The table name SLOT-VGT-DYN can be abbreviated as SL-V, S-VGT or S-V-D etc. |
start-index | This positional operand specifies the number of the entry at which the output is to commence. The default value is 0. If the operand is given the value 0, the entire table is output and all other operands have no effect.The input can be in either hexadecimal or decimal form.Notes
|
END-INDEX= | This operand can be used to specify whether, apart from the entry specified under "start-index", any other table entries are to be displayed. |
SAME | Only the entry specified with "start-index" is displayed. |
LAST | The entire table is displayed starting with the entry "start-index". |
DISPL=displacement | This facility can be utilized in order to output the table entry specified in the second positional operand with a displacement from the beginning of the table entry. This capability is supported only for tables in normal dump format, i.e. in hexadecimal representation. The input format is decimal or hexadecimal (see example). |
The default value applies for the optional operands END-INDEX and DISPL: END-INDEX = SAME.
Notes
If the selected table information does not fit in one screen page, scrolling statements (see relevant section) can be used to make further data visible (does not apply to symbolic editing).
The TABLE command does not support the table layout type "MEMORY LAYOUT" in the case of "bit tables".
Examples
T KB
Outputs the KB header and the KB return area.
T KB,1,D=116
Outputs the KB program area as of displacement 116.
T UTM-D,X'2EB'
Outputs the trace entry 2EB of the UTM Diagarea.