User Manual

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide429952-014
6-66
LABELDISPLAY (LD)
LABELDISPLAY (LD)
Displays label information for the specified table or view, such as catalog name, audit
compression, columns data types, primary and alternate key columns, partitions,
allocated extents, and so on. The command can be abbreviated to LD.
sql-table
a SQL table or View.
ALLP[ARTS]
displays the labels of all partitions of the table.
ALLI[NDEXES]
displays labels of all indexes of the table.
LISTFILEOPENS (LFO)
Displays all file opens like the FUP LISTOPENS command, with additional options.
The command can be abbreviated to LFO.
file-set
a TACL-style file name pattern specifying a collection of files. If file-set is omitted,
all the opens for the local system are displayed ($* is assumed).
To display opens of temporary files, specify file-set as $vol.* or $vol.#*, where $vol
can be “$*”.
BYF[ILE]
displays the opens by file name. It is the default.
BYO[PENER]
displays the opens by opener.
OUTP[UT] | WRIT[E]
L[ABEL]D[ISPLAY] sql-table [ ALLP[ARTS] | ALLI[NDEXES] ] ;
L[IST]F[ILE]O[PENS] file-set [, options ];
options is:
{ BYF[ILE] }
{ BYO[PENER] }
{ OUTP[UT] | WRIT[E] }