The DO-END command sequence has no parameters.
The DO command specifies that the group of commands that follow is to be treated as a single unit, that is, to be executed as a result of a single IF command. The set of commands is terminated by END. A command following a DO must begin on a new line.
The END command specifies the end of a set of commands initiated by the nearest unended DO. END must be on a line by itself.