An Assignment statement assigns a value to an elementary field, a
group field, or a variable.
To assign a value to an elementary field the format is:
field-name = value-expression
To assign a value to a group field the format is:
group-field-name-1 = group-field-name-2
To assign a value to a variable the format is:
variable-name = value-expression