se-range

Description

The se-range placeholder represents a range of storage elements. The elements need not be continuous.

Syntax

se-range::=

all | none | se-subrange[,se-subrange]...
se-subrange::=
se-spec | se-spec-se-spec

Semantics

Refer to "se-spec" for a description of the se-spec placeholder. The dash in se-spec-se-spec expresses an inclusive range of se-spec values.

Example

Examples of se-range values include the following:

1
1-2
1,3,5,se10-se30
all
none