RETURN

From VSI OpenVMS Wiki
Revision as of 17:27, 2 December 2019 by Jane.doe (talk | contribs) (Created page with "RETURN is a DCL command that terminates a GOSUB subroutine procedure and returns control to the command following the calling GOSUB command. =Syntax=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

RETURN is a DCL command that terminates a GOSUB subroutine procedure and returns control to the command following the calling GOSUB command.

Syntax

RETURN  [status-code]