Manual

Wild Cards
Object Specifications
098571 Tandem Computers Incorporated 3–11
Wild Cards DSNM allows you to use a wild card to specify all objects of the same type, if the
subsystem supports this feature. A wild-card (*) is used in an object specification in
place of the object name. The syntax is shown in the following box.
[
subsys
] [
type
]
[
\node
.]*
[UNDER [
\node.
]
$manager
] [
hierarchy-modifier
]
Examples
The following command stops all the Pathway terminals under the manager process
$PMUK:
STOP TERM * UNDER $PMUK
The following command starts all the server classes under the same process:
START SERVER * UNDER $PMUK