DISPLAY DOMAIN [ HP SYSTEM DICTIONARY XL SDMAIN ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL SDMAIN
DISPLAY DOMAIN
Displays one or more domains.
Syntax
DIS[PLAY] D[OMAIN] [domain-name]
[;S[COPE-]O[WNER] = scope-owner-name]
[;SEN[SITIVITY] = sensitivity]
[;NAME[-ONLY]]
[;NO[SORT]]
.
Parameters
domain-name Name of the domain to be displayed.
scope-owner-name Owner of the domain to be displayed. If the
current scope does not have secure capability, any
qualification other than the current scope causes
no domains to be retrieved.
sensitivity Domains with the indicated sensitivity are
displayed. Valid sensitivities are:
private
public
NAME-ONLY If specified, only the name of the qualifying
domain displayed. If not specified, the name,
owner, and sensitivity are displayed.
NOSORT Reports on the domains in the unsorted order in
which they are retrieved from the dictionary.
Otherwise, the domains are sorted alphabetically by
the domain names.
Description
When sorting is not required, the use of the NOSORT keyword speeds
processing time.
If the scope does not have secure capability, and the current scope is
not the owner, then the scope owner is not displayed.
Open Mode: Read-only, shared-update, or exclusive-update
Scope: DA scope or a scope with domain capability
Example
The following example displays the domain jones which has the sensitivity
private.
>DISPLAY DOMAIN jones.
JONES
Sensitivity : PRIVATE
Scope-Owner : PERSONNEL
1 Domain(s) Retrieved
>
MPE/iX 5.0 Documentation