HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 15
ACTION Delete the illegal specification in question.
------------------------------------------------------------------------------------
214 MESSAGE Substring not allowed in IN DATASET statement with SORT.
CAUSE The IN DATASET statement used by SORT to locate the sort key
contains a substring variable.
ACTION Replace the substring variable with a string.
------------------------------------------------------------------------------------
215 MESSAGE Variable dimensioned array not allowed in IN DATASET statement
with SORT.
CAUSE The IN DATASET statement used by SORT to locate the sort key
contains a variably dimensioned array variable.
ACTION Replace it with a regularly dimensioned array.
------------------------------------------------------------------------------------
216 MESSAGE IN DATASET does not allow string parameters to be used.
CAUSE The IN DATASET statement used by SORT to locate the sort key
contains a string variable which is passed into the procedure
as a parameter from another procedure.
ACTION Use a locally defined string variable of the same length as the
parameter.
------------------------------------------------------------------------------------
Numbered Error Messages ( 219 - 1118 )
------------------------------------------------------------------------------------
219 MESSAGE Line referenced is not an IN DATASET statement.
CAUSE In the SEARCH, SORT, DBGET, DBPUT, and DBUPDATE statements, a
line was referenced that was not an IN DATASET or PACKFMT
statement, but should be.
ACTION Add the missing statement.
------------------------------------------------------------------------------------
233 MESSAGE Data base not open.
CAUSE The database being accessed has not been opened.
ACTION Open the database.
------------------------------------------------------------------------------------
234 MESSAGE Improper dataset linkage in a THREAD statement.
CAUSE Data sets specified in a THREAD IS statement can be linked
together either by a path number or a variable name. The
program has not linked the data sets in either way.
ACTION Correct the linkage or use the default one.
------------------------------------------------------------------------------------
235 MESSAGE No WORKFILE is active.
CAUSE No WORKFILE is specified during the execution of the SORT or
SEARCH statement.
ACTION Define the workfile by using a WORKFILE IS statement.
------------------------------------------------------------------------------------
236 MESSAGE Unable to find the item in the IN DATASET list.
CAUSE The SORT statement cannot locate the key in any of the IN