The RANGE Statement
- Last UpdatedJan 07, 2026
- 1 minute read
RANGE,<rng_name>
[/FILENAME=<file_name>];
<rng_name> is the name of the range and has the type RANGE. The maximum length of <rng_name> is 32 characters.
FILENAME=<file_name>
<file_name> is the file where the range is stored. It has the type STRING. The file contains a number of integer numbers OR decimal numbers OR strings, one on each line.