Difference between revisions of "RETURN"

From VSI OpenVMS Wiki
Jump to: navigation, search
(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=...")
 
(No difference)

Latest revision as of 17:27, 2 December 2019

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]