HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 14
ACTION Add the required closing statement.
------------------------------------------------------------------------------------
180 MESSAGE Illegal data in input.
CAUSE An illegal data item has been detected during input. If input
data is numeric, this probably means there are non-numeric
characters in the data. For string input, it could mean the
data is longer than the receiving variable.
ACTION Check input data for accuracy.
------------------------------------------------------------------------------------
182 MESSAGE Current CHARS value of N exceeds valid range of 1 to 500.
CAUSE In the ACCEPT or TINPUT statement, the CHARS option specifies N
characters, more characters than allowed.
ACTION Input fewer characters.
------------------------------------------------------------------------------------
200 MESSAGE Line referenced is not a PACKFMT statement.
CAUSE In a PACK or UNPACK statement, the referenced PACKFMT line is
not a PACKFMT statement.
ACTION Check the PACK or UNPACK statement to make sure the line
referenced is a PACKFMT line.
------------------------------------------------------------------------------------
202 MESSAGE String in PACK/UNPACK statement not long enough for PACKFMT
list.
CAUSE The string variable in a PACK or UNPACK statement is not long
enough to accommodate all the variables specified in the
PACKFMT statement.
ACTION Check the PACKFMT list for accuracy or redefine the string
variable in the PACK or UNPACK statement.
------------------------------------------------------------------------------------
210 MESSAGE Bad data base status array.
CAUSE The status array for the database statements is not a ten word
array of short integers.
ACTION Correct the data type of the status array.
------------------------------------------------------------------------------------
211 MESSAGE No DBASE IS statement active.
CAUSE A database has been sorted or searched without first defining
it with a DBASE IS statement.
ACTION Add a DBASE IS statement.
------------------------------------------------------------------------------------
212 MESSAGE Data set N in thread list not in data base.
CAUSE One of the data sets defined in a THREAD IS statement, number
N, does not exist in the database.
ACTION Check the database for valid data sets.
------------------------------------------------------------------------------------
213 MESSAGE Illegal items in IN DATASET statement.
CAUSE The IN DATASET statement used by SORT to locate the sort key
contains an illegal specification.