AMT Help Files

RESET_TO_START_TRANSACTION

Syntax

Command
Mandatory parameter
Optional parameter
Mandatory keyword
Optional keyword

RESET_TO_START_TRANSACTION

Description

Reverses values and pointers according to the state when the screen was being transmitted.

More precise, when this statement is executed:

Diagram

N.A.

Returned value type

None

Parameters

None

Remarks


This statement is only intended to be used in the context of LINC migrations. It should therefore not be used for any other purposes.

Example


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

 

Return to

Commands