Versions Compared

Key

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

7.2.1 ADD_ENTRY Parameters

TO_LIST

SET_SELECT

WITH_MODE

AFTER


Anchor
TO_LIST
TO_LIST
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.

Anchor
SET_SELECT
SET_SELECT
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.

Anchor
WITH_MODE
WITH_MODE
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.

Anchor
AFTER
AFTER
AFTER

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

...