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)