Notation | Meaning | Example |
UPPERCASE LETTERS | Uppercase letters denote constants and must be entered by the user exactly as shown. |
The user specifies |
lowercase letters | Lowercase letters denote variables which, on entry, must be replaced by current values, i.e. their contents may differ from case to case. |
The user specifies, for instance, |
{ } | Braces enclose alternatives, i.e. one entry must be selected from the specifications enclosed. | { READ={YES / NO} | R={Y / N} } |
/ | The slash separates information that can be used alternatively (operand values). In complicated structures, the alternative operand values can also be grouped with curly brackets. |
the user specifies |
| | The vertical bar separates information that can be used alternatively within curly brackets. It is used in particular to represent operands that can be used alternatively. |
The user specifies either |
[ ] | Square brackets enclose options, i.e. the entries may be omitted. When a comma is enclosed between square brackets in optional entries, it need only be written if the option is used. When it is outside the brackets it must be specified even if the option is not used . |
The user must enter, for instance, |
ABC.. | Underscoring denotes the default value, which is the value the system assumes if the user makes no entry (= system preset). | STATE = { NEW | UPDATE } The user specifies (no entry implies |
..... | Ellipses denote repetition, i.e. the preceding syntactical unit may be specified one or more times in succession. |
The user specifies for instance, |
This character denotes a blank (X' 40' ). |
The user must enter ' |