HELP GOTO — MicroVMS 4.5B
Transfers control to a labeled statement in a command procedure. Format GOTO label
Additional information available:
Parameter
label A valid label (1 through 255 alphanumeric characters, terminated by a colon, first item on the line) in the command procedure. If two or more labels are identical, control passes to the nearest label preceding the GOTO command, or to the nearest label following the GOTO command if no duplicate labels precede the command.