Library /sys$common/syshlp/BASICHELP.HLB  —  Run time errors, RETWITGOS
  RETURN without GOSUB (ERR=72)

  The program executes a RETURN statement before a GOSUB.  Check program
  logic  to  make  sure  that  RETURN  statements  are  executed only in
  subroutines, or remove the RETURN statement.   This  error  cannot  be
  trapped with a BASIC error handler.
Close Help