Specifications
Text formatting Convention
Monospace
• At the prompt, enter dir.
• Use the send command to send mail.
• The following message is displayed:
The password is incorrect.
The following table explains the symbols used in this manual:
Symbol Convention
|
In syntax explanations, a vertical bar separates multiple items, and has the meaning of OR. For
example:
A|B|C means A, or B, or C.
{ }
In syntax explanations, curly brackets indicate that only one of the enclosed items is to be selected.
For example:
{A|B|C} means only one of A, or B, or C.
[ ]
In syntax explanations, square brackets indicate that the enclosed item or items are optional. For
example:
[A] means that you can specify A or nothing.
[B|C] means that you can specify B, or C, or nothing.
...
In coding, an ellipsis (...) indicates that one or more lines of coding have been omitted.
In syntax explanations, an ellipsis indicates that the immediately preceding item can be repeated as
many times as necessary. For example:
A, B, B, ... means that, after you specify A, B, you can specify B as many times as necessary.
x Multiplication sign
/ Division sign
The calculation result is rounded up to the next whole number.
Example:
The result of 34 / 3 is 12.
(tilde)
The item shown before this symbol must be specified in accordance with the conventions shown for
angle brackets, double parentheses, and double angle brackets (below).
< >
(angle brackets)
Indicates the characters and lexical elements that can be specified.
<characters>
One or more Kanji characters, katakana characters, upper-case alphabetic characters, lower-case
alphabetic characters, or numeric characters
<numeric>
0, 1, 2, 3, 4, 5, 6, 7, 8, or 9
<alphabetic character>
A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, \, #, or @
<alphanumeric character>
Alphabetic or numeric character
<symbolic name>
No more than eight alphanumeric characters beginning with an alphabetic character
<unsigned integer>
One or more numeric characters
Job Management Partner 1/Automatic Job Management System 3 Messages 1
15