Difference between revisions of "GOSUB"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "GOSUB is a DCL command that transfers control to a labeled subroutine in a command procedure without creating a new procedure l...")
(No difference)

Revision as of 15:24, 2 December 2019

GOSUB is a DCL command that transfers control to a labeled subroutine in a command procedure without creating a new procedure level.

Syntax

GOSUB label

Qualifiers

/NONE