Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

7.108.1 SELECTLIST Parameters

GET_ENTRYS

NAMED

WHERE


Anchor
NAMED
NAMED
NAMED

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.

Anchor
GET_ENTRYS
GET_ENTRYS
GET_ENTRYS

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.

Anchor
WHERE
WHERE
WHERE

For more information, refer to the Specifying Conditions and Expressions which describes how to specify conditions and expressions.

...