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