Library /sys$common/syshlp/BASICHELP.HLB  —  GOSUB
  The GOSUB statement transfers control to a specified line number or  label
  and  stores  the  location of the GOSUB statement for eventual return from
  the subroutine.

  Example

  200    GOSUB 1100

1  –  Syntax

      { GO SUB }
      { GOSUB  } target
Close Help