Library /sys$common/syshlp/BASICHELP.HLB  —  Compile time errors, BOUMUSTBE
  ERROR - The program  contains  an  array  declaration  that  does  not
  specify the bounds (maximum subscript value).  For example:

       DECLARE LONG A(,)

  Supply bounds for the declared array.  For example:

       DECLARE LONG A(50,50)
Close Help