SNAX/HLS Configuration and Control Manual
Command Dictionary
Using the HLSRDT Utility
104705 Tandem Computers Incorporated 4-19
OBEYSYS Command The OBEYSYS command sets the default system for file-name expansion of files in
OBEY commands.
OBEYSYS [
system-name
]
system-name
is a system name. The initial setting is the system used by the command
interpreter when HLSRDT is started.
If
system-name
is omitted, OBEYSYS is cleared (there is no default), thus
permitting reference to seven-character local device names that are too long to
reference in network form.
Examples
The following command directs HLSRDT to read OBEY files from the system
\AUSTIN.
@OBEYSYS \AUSTIN
Cmd defaults: $CRUDE.HLSRDT
Obey defaults: \AUSTIN.$CRUDE.HLSRDT
Assumed line: <none>
@
An OBEY command of OBEY $MUD.HLSRDT.START would now be interpreted as
OBEY \AUSTIN.$MUD.HLSRDT.START.
The following command clears the default system for OBEY commands.
@OBEYSYS
Cmd defaults: $CRUDE.HLSRDT
Obey defaults: $CRUDE.HLSRDT
Assumed line: <none>
@