MOVE
name,{ value | variable }[,condition]
name
Name of the variable whose value is to be defined.
value
Value which is to be entered in the name variable.
variable
Variable whose value is to be entered in the name variable.
condition
Condition under which the MOVE statement is to be executed. A description of the syntax of conditions is provided in section “Condition syntax”.
The MOVE statement is used to enter the value value in the name variable which was declared beforehand or to take over the value of the predefined or declared variable variable. When the condition condition is specified, it must have the value true to permit the procedure statement to be executed. If no condition is specified, the corresponding value is always entered. When a value is taken over from another variable, the variable types must be compatible.