SNAX/HLS Configuration and Control Manual

Command Dictionary
Using the HLSCOM Utility
6–12 104705 Tandem Computers Incorporated
ASSUME Command The ASSUME command sets the default
line-name
for expansion of
LU-specifier
parameters in ABORT, INFO, LISTOPENS, STATUS, and TRACE
commands. See the “Basic Components” discussion in this section for a description of
LU-specifier
.
ASSUME [
line-name
]
line-name
is a valid line-name for the Tandem SNA access method used by SNAX/HLS.
(For SNAX/XF this is a valid SNAX/XF line-name. For SNAX/CDF this is a valid
SNAX/CDF process name.)
Considerations
If the line-name parameter is omitted, the default
line-name
is cleared.
Examples
The following command sets the default line-name to $SNA1. An INFO #LU4
command would now refer to $SNA1.#LU4.
@ ASSUME $SNA1
The following command clears the default
line-name
. An INFO #LU4 would now
be invalid.
@ ASSUME