The following conventions are used for describing grammar elements in this manual:
TABLE 1. Conventions
Convention
Meaning
B
Compulsory element, which must appear in the statement. Compulsory elements are defined in the grammar without any brackets.
[B]
Optional element, which can optionally appear in the statement. Optional elements are delimited with square brackets.
B1[,BN]...
List element, containing one or more statements delimited by comma.
List elements are defined in the grammar by specifying the first element followed by the second element delimited with square brackets and ellipsis.
{B1 | B2}
Selective element, specifying that one value from the list must appear in the statement. Selective elements are delimited with braces and are divided by `|' or keyword `OR'.