GOSUB

From VSI OpenVMS Wiki
Revision as of 15:24, 2 December 2019 by Jane.doe (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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