Previous | Next | Contents | Index |
Specify the sort of databases to use for address transformations.
set database keyword
Command Qualifiers Defaults None. None.
keyword
Required value of X400, specifying X.400 databases.
The
set database
command sets which sort of databases to use for address transformations.set database x400
specifies that PMDF-X400/PMDF-MB400 databases will be used; namely, the TO_X400 and FROM_X400 databases will be used, unlesspmdf test -x400
was invoked with the-mb400
qualifier in which case TO_MB400 and FROM_MB400 databases will preferentially be used.Note that invoking
pmdf test -x400
with a qualifier such as-x484
,-x488
, or-mb400
sets other defaults appropriately, in addition to the databases. Thus it is simpler to invokepmdf test -x400
with appropriate qualifiers from the beginning, rather than manually setting the database from withinpmdf test -x400
.
Previous | Next | Contents | Index |