Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
QUERY/iX Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 6 QUERY/iX COMMANDS (cont)

SHOW

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

Displays the current state of an aspect of the QUERY environment.

Syntax

   SH[OW] {DBLIST [data base name]
INDEX [data base name]
JOIN [data base name]
LOCKOPTION [data base name]
LANG[UAGE]}

Parameters

DBLIST

shows the contents of the data base list. (Refer to the DBLIST= command).

INDEX

shows if a Third Party Indexing (TPI) package has been attached to the data base. If a data base name is not provided, the primary data base will be used.

JOIN

shows the most recent valid JOIN command, if any.

LOCKOPTION

shows the current state of LOCKOPTION which can be reset with the ASSIGN command.

LANGUAGE

is the user language. (Refer to the LANGUAGE= command and Appendix D for more information.)

data base name

is the name of a data base opened with a MULTIDB command. If a name is not specified, QUERY will use the primary data base defined by the DEFINE or DATA-BASE= command.

Example

 >SHOW INDEX TOYDB
INDEXING=NONE
>SHOW INDEX MYDB
INDEXING= SUPERDEX (xxxxxx) Version: 4.1.4x.2
>SHOW INDEX TESTDB
INDEXING= OMNIDEX Version: 3.05.65
>SHOW LANGUAGE
LANGUAGE= NATIVE-3000>DBLIST=TOYDB,TESTDB
>SHOW DBLIST
TOYDB,TESTDB
>SHOW LOCKOPTION
LOCKOPTION=ON
>ASSIGN LOCKOPTION=OFF
>SHOW LOCKOPTION
LOCKOPTION=OFF
Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.