Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

TABLE - Show table

&pagelevel(4)&pagelevel

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

 table-name

 [, start-index

    [, { END-INDEX = { SAME | LAST }      |

         DISPL = displacement

        }

 ]  ]

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:

  • There must be at least one character at the beginning and after a hyphen. This character must be the first character of the name.

  • The individual name parts which begin with a hyphen and are delimited by the next hyphen or by the end can be omitted if the following name part - where one was present - is also removed.

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

  • In the case of the trace tables, with a null specification the current entry is displayed as the last item on the screen page.

  • For bit tables and tables whose entries are always two bytes in length, it is generally not possible to position precisely to the desired entry. But the entry is then contained in first line output with table information.

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

  1. T KB

    Outputs the KB header and the KB return area.

  2. T KB,1,D=116

    Outputs the KB program area as of displacement 116.

  3. T UTM-D,X'2EB'

    Outputs the trace entry 2EB of the UTM Diagarea.