| Syntax Color Legend |
|---|
| Command |
| Mandatory parameter |
| Optional parameter |
| Mandatory keyword |
| Optional keyword |
RESET_TO_START_TRANSACTION
Reverses values and pointers according to the state when the screen was being transmitted.
More precise, when this statement is executed:
N.A.
None
None
| This statement is only intended to be used in the context of LINC migrations. It should therefore not be used for any other purposes. |
routine process_main
begin_routine
loop for num-copy := 1 to 10
rou_checkrepeat ()
endloop
if not bool-had-error
reset_to_start_transaction
restart_select_next ()
loop for num-copy := 1 to 10
rou_checkrepeat ()
endloop
endif
error := bool-had-error
end_routine