HP Pascal/iX Programmer's Guide (31502-90023)
p-3
*
MPE/iX Commands Reference Manual, Volumes 1 and 2
(32650-90003
and 32650-90364)
*
MPE/iX Intrinsics Reference Manual
(32650-90028)
*
MPE/iX Symbolic Debugger User's Guide
(31508-90003)
*
MPE/iX System Debug Reference Manual
(32650-90013)
*
Programming on HP-UX
(B2355-90010)
*
Switch Programming Guide
(32650-90014)
*
Trap Handling Programmer's Guide
(32650-90026)
*
TurboIMAGE/XL Reference Manual
(30391-90001)
*
Using VPLUS/V: Introduction to Forms Designs
(32209-90004)
If you have suggestions for improving this manual, please send us the
Reader Comment Card, located at the front of this manual.
Conventions
UPPERCASE In a syntax statement, commands and keywords are
shown in uppercase characters. The characters must
be entered in the order shown; however, you can enter
the characters in either upper or lowercase. For
example:
COMMAND
can be entered as any of the following:
command Command COMMAND
It cannot, however, be entered as:
comm com_mand comamnd
italics
In a syntax statement or an example, a word in
italics represents a parameter or argument that you
must replace with the actual value. In the following
example, you must replace
FileName
with the name of
the file:
COMMAND
FileName
punctuation In a syntax statement, punctuation characters (other
than brackets, braces, vertical bars, and ellipses)
must be entered exactly as shown. In the following
example, the parentheses and colon must be entered:
(
FileName
):(
FileName
)
{ } In a syntax statement, braces enclose required
elements. When several elements are stacked within
braces, you must select one. In the following
example, you must select either ON or OFF:
COMMAND {ON }
{OFF}
[ ] In a syntax statement, brackets enclose optional
elements. In the following example, OPTION can be
omitted:
COMMAND
FileName
[OPTION]