Versions Compared

Key

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

...

TO_LIST

SET_SELECT

WITH_MODE

AFTER


TO_LIST

Specifies the name of the list to which the new entry should be added.

...

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.

SET_SELECT

Specifies whether or not any fields in the list that have special attribute *SELECT should be set to blanks before the new entry is added to the list. Refer to the DEF_LIST command for more details.

This parameter is only valid for browse list processing. It is ignored for working list processing.

WITH_MODE

Specifies the mode to be set for the entry being added. This overrides the mode that has been set by the SET_MODE command (refer to the SET_MODE command).

...

This parameter is only valid for browse list processing. It is ignored for working list processing.

AFTER

Specifies the position in the list where the entry is to be added.

...