Measure Reference Manual

+ TIME
20 November 1994 18:02:25
To display the time of the system \NY:
+ TIME \NY
20 November 1994 21:02:30
VOLUME
The VOLUME command sets the default device name, subvolume name, or both for file-name
expansions. Initially, the default device and subvolume are specified by the command interpreter.
Syntax
VOLUME [ $device ]
[ [ $device.]subvolume ]
$device
is a device name. If you omit $device, the default device does not change. If you omit both
$device and subvolume, the defaults specified by the command interpreter become the
MEASCOM defaults.
subvolume
is a subvolume name. If you omit subvolume, the default subvolume does not change. If you
omit both $device and subvolume, the defaults specified by the command interpreter become
the MEASCOM defaults.
Examples
To change the default volume and subvolume:
+ VOLUME $DATA2.MAINT
To change the default volume and subvolume to those defined by your command interpreter:
+ VOLUME
WARNINGS
The WARNINGS command specifies which warning messages are displayed. Warning messages
are identified by the word WARNING and a number in the range 3000 through 3049. You can
have MEASCOM display all warnings except those you specify or suppress all warnings except
those you specify.
Syntax
WARNINGS { DISPLAY { ALL | warn-num [ , warn-num ... ] } }
{ SUPPRESS { ALL | warn-num [ , warn-num ... ] } }
DISPLAY
specifies which warning messages are to be displayed.
ALL
causes all warnings to be displayed except those specified by one or more succeeding
WARNINGS SUPPRESS commands. The default is WARNINGS DISPLAY ALL.
warn-num
is the number of a warning (3000 through 3049, 3116, 3233, 3276, 3277, or 3299).
SUPPRESS
specifies which warning messages are to be suppressed.
VOLUME 133