Invalid DO syntax

Synopsis
Some expression you supplied after the DO keyword is invalid. For example, perhaps you forgot to specify the TO keyword when specifying a variable counter to increment, as so:

DO My_Var = 3
...instead of...
DO My_Var = 3 TO 6