HTAB

Display one or more vector objects in table form

Description:

Provides the facility to display vector HDS data objects simultaneously in a tabular form on a selected output. The range to be output is selectable but by default the whole of each object is output.

Note that the input object names must either be given on the command line or the PROMPT keyword must be used.

Usage:

htab in1 in2 ... [dev=] [slice=] [width=]

Parameters:

INPn = UNIV (Read)
nth object in table. Up to six objects may be specified, <GLOBAL.HDSOBJ > for INP1, [! (no more objects)] for INP2 - 6.
DEV = _CHAR (Read)
Output device (TERMINAL, PRINTER, OLDFILE, NEWFILE etc.). [TERMINAL]
SLICE = _CHAR (Read)
Range of data to be output in form "n1:n2" ":n2" or "n1:". [ (whole object)]
WIDTH = _INTEGER (Read)
Output page width. A null (!) will result in a width appropriate for the chosen text output device. [!]

Examples:

% htab vec1 vec2 vec3 dev=n=vec.lis
Tabulate the three vectors to file vec.lis
% htab vec1 vec2 vec3 dev=printer slice=1:10
Tabulate the first ten elements of the given vectors on printer,
% htab vec1 vec2 vec3 vec4 vec5 vec6 width=132
Tabulate six vectors to terminal in 132 column mode