MPE/iX Commands Reference Manual (32650-90877)

Chapter 5 175
Command List III
Commands DATA thru EXIT
Example
To display the status of LDEV 1, enter:
:
:DSTAT 1
LDEV-TYPE STATUS VOLUME (VOLUME SET-GEN)
1- 079371 MASTER MEMBER1 (MPEXL_SYSTEM_VOLUME_SET-0)
:
Related Information
Commands SYSGEN, LMOUNT, LDISMOUNT, MOUNT, DISMOUNT, VSRESERVE, VSRELEASE,
VOLUTIL Utility
Manuals Volume Management Reference Manual
ECHO
Displays a message on the standard list device. (Native Mode)
Syntax
ECHO[
message
]
Parameters
message
The message to be displayed to the $STDLIST.
Operation Notes
Displays its argument,
message
, on the standard list device ($STDLIST). The command
ignores delimiters. Quotation marks are not required around
message
. The ECHO command
does not perform dereferencing of any kind. If you want variable dereferencing you must
use explicit dereferencing (!) in the argument. A null message (
Return ) displays a
linefeed.
The ECHO command is not suppressed by OPTION NOLIST in a UDC or command file, or by
any setting of the HPMSGLEVEL variable.
Use
This command is available in a session, job, program, or in BREAK. Pressing
Break has no
effect on this command.
Examples
In the following example, although there is a variable named a that has a string value,
ECHO simply displays the character a because no dereferencing has been specified.
SETVAR a, 'hi there'
ECHO a
a