The following conventions are used in this documentation:
Bold text
Bold text in syntax descriptions represents characters typed exactly as shown. For example
WHO
Characters or words in this italic font indicate parameters which must be supplied by the user. For example in
LIST file-specifier
the parameter file-specifier is italicised to indicate that you must specify an actual file defined on your system.
Braces enclose options and optional parameters. For example in
BLIST file-specifier item-list {(options}
Parameters in syntax descriptions shown separated by vertical lines within square brackets indicate that at least one of these parameters must be included.
For instance,
[THEN statements | ELSE statements]
indicates that a THEN clause or an ELSE clause (or both) must be included.
Parameters in syntax descriptions shown separated by pairs of vertical lines within square brackets indicate that one, and only one of these parameters must be included.
For instance,
[ON || OFF || CLOSE]
indicates that just one of the keywords ON, OFF or CLOSE must be included.
The parameter file-specifier represents the following:
{file-modifier} {/account/}filename{,data-section-name}
See File-specifier for the formats of valid account, file and data section names.
MYFILE DICT MYFILE MYFILE,DATA1 /MYACCOUNT/MYFILE DICT /MYACCOUNT/MYFILE /MYACCOUNT/MYFILE,DATA1
Note: You can also specify just /account/ (or DICT /account/), to access an account's master dictionary. For example:
/MYACCOUNT/ DICT /MYACCOUNT/
The following syntax is supported for compatibility with other MultiValue systems. It should not normally be used.
{file-modifier} {account,}filename{,data-section-name}
Note that in this case, if an account name is specified, the commas are mandatory.
Examples:
MYFILE DICT MYFILE MYFILE,DATA1 MYACCOUNT,MYFILE, DICT MYACCOUNT,MYFILE, MYACCOUNT,MYFILE,DATA1 MYACCOUNT,, DICT MYACCOUNT,,
To enter means to type text then press RETURN. For instance, 'Enter the WHO command' means type WHO, then press RETURN.
In general, the RETURN key (shown as ENTER or ¿ on some keyboards) must be used to complete all terminal input unless otherwise specified.