 |
» |
|
|
|
Displays the current state of an aspect of the QUERY environment. Syntax |  |
SH[OW] {DBLIST [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). - 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.
>SHOW LOCKOPTION
LOCKOPTION=ON
>ASSIGN LOCKOPTION=OFF
>SHOW LOCKOPTION
LOCKOPTION=OFF
|
|