Value
|
Description
|
0
|
(Zero) is no problems, continue operation.
|
1
|
An error was encountered in the routine - the message, if any will be in PARAMS(4).
|
U
|
Update the screen (as if F2-save was pressed).
|
D
|
Delete the record, setting delete flag(s) (as if F4-delete was pressed).
|
X
|
Aborts the process (as if ESC was pressed).
|
Fn
|
Process as if function key n was pressed. In skip to input number n (like Tn)
|
In.m
|
If input n is a multivalue input, move to mv position m in the input object n.
|
IK
|
Go to the record key input field.
|
IR
|
Skip to or return to the input object immediately after the read step.
|
S
|
Skips current input.
|
Sn
|
Skips n input objects if n is negative it will skip back objects.
|
fnm
|
Move to field named fnm on the screen (if fnm exists on the screen).
|
T
|
Moves to the first input object of the first screen in the sequence of screens.
|
Tn
|
Moves to the first input object of screen n in the sequence. If n is negative it will reverse n screens. If it is prefixed with + it will move forward n screens.
|
B
|
Moves to the last input object of screen n in the sequence.
|
Bn
|
As for Tn but with reference to the last input object not the first.
|
Pnm
|
Execute OSMOSiS process named nm.
|