Page History
7.108.1 SELECTLIST Parameters
|
|---|
Specifies the name of the list that is to be processed by the SELECTLIST / ENDSELECT loop.
...
If a list name is used then the list name must be declared elsewhere in the RDML program by a DEF_LIST (define list) command.
|
|---|
Specifies which entries from the list are to be processed by the SELECTLIST / ENDSELECT loop.
...
Values may not be as expected on exit from a selectlist loop due to an extra record being read to determine when to terminate the selectlist loop.
|
|---|
For more information, refer to the Specifying Conditions and Expressions which describes how to specify conditions and expressions.
...