HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 10
CAUSE A numeric value has been assigned when the format in the IMAGE
statement specifies a character format.
ACTION Change the format specification.
------------------------------------------------------------------------------------
102 MESSAGE Format specification too long.
CAUSE The output format of an item in an IMAGE statement is longer
than the internal buffer can handle.
For example, IMAGE DD.DD,510X,K .
The specification 510X overflows the internal buffer used for
formatted input.
ACTION Reduce the size of the format specification, or break it up
into two or more separate formats.
------------------------------------------------------------------------------------
103 MESSAGE No IMAGE format specifications exist.
CAUSE An item was output using formatted output, but the IMAGE
statement does not contain any format specifier.
ACTION Add the appropriate format specifier to the IMAGE statement.
------------------------------------------------------------------------------------
104 MESSAGE File open conflict with previous open mode.
CAUSE A file has been opened a second time after it has been opened
already, and the second open mode conflicts with the first one.
For instance, a file that is open for APPEND cannot be opened
in any other mode.
ACTION Re-open the file in a different mode.
------------------------------------------------------------------------------------
110 MESSAGE Program unit is too large. No space available to process this
line.
CAUSE The program is too big to be processed by the interpreter.
ACTION See Error 2 - memory overflow.
------------------------------------------------------------------------------------
111 MESSAGE Too many REMARKS or DATA in subunit or too many subunits in
program.
CAUSE The program is too big to be processed by the interpreter.
ACTION See Error 2 - memory overflow.
------------------------------------------------------------------------------------
112 MESSAGE Cannot add subunits because of size of largest subunit.
CAUSE Program is too big to be processed by the interpreter.
ACTION Reduce the subunit size.
------------------------------------------------------------------------------------
113 MESSAGE Programs cannot be RUN when the subunit space has been set
above 12400 words.
CAUSE The subunit space is set too large for the program to be run in
the interpreter. This message is mainly for the Program
Analyst.
ACTION Reduce the subunit space size.