Page History
7.2.1 ADD_ENTRY Parameters
|
|---|
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.
|
|---|
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.
|
|---|
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.
|
|---|
Specifies the position in the list where the entry is to be added.
...