SHOW [ QUERY/V Reference Manual ] MPE/iX 5.0 Documentation
QUERY/V Reference Manual
SHOW
Displays the current state of an aspect of the QUERY environment.
Syntax
{DBLIST [data base name] }
{JOIN [data base name] }
SH[OW] {LOCKOPTION [data base name]}
{LANG[UAGE] }
Parameters
DBLIST shows the contents of the data base list. (Refer
to the DBLIST= command).
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 LOCKOPTION
LOCKOPTION=ON
>ASSIGN LOCKOPTION=OFF
>SHOW LOCKOPTION
LOCKOPTION=OFF
MPE/iX 5.0 Documentation