GOSUB
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
GOSUB is a DCL command that transfers control to a labeled subroutine in a command procedure without creating a new procedure level.
GOSUB label
/NONE