HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 27
data.
CAUSE The range of Native Mode (IEEE) real data is larger than the
range of Compatibility Mode (MPE/V) REAL data.
ACTION This value can't be represented as a CM real value. Your
program logic might allow the CM values closest to zero to be
used to represent NM values that are out of CM real range.
------------------------------------------------------------------------------------
917 MESSAGE NM-specific real value, such as NaN and Infinity, occurs while
converting to CM real value.
CAUSE NM real values (such as NaN - "Not a Number", and infinity)
have no corresponding value in CM real representation.
ACTION If NaN occurs then check the logic of the program that produced
it. If infinity occurs, then see if the logic of your program
permits the maximum or minimum representable real to be used in
place of infinity.
------------------------------------------------------------------------------------
1101 MESSAGE New line number not between 1 and 999999.
CAUSE A line number has been typed (or created by AUTO) that is not
within the legal range for line numbers.
ACTION Line numbers must be in the range: 1 to 999999.
------------------------------------------------------------------------------------
1102 MESSAGE SYSTEM MESSAGE {number}.
CAUSE {number} identifies an operating system error that occurred
during execution of a SYSTEM command.
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1103 MESSAGE Number is incomplete.
CAUSE This occurs during execution of the :RUN command. The
SYSTEMRUN command has a parameter of the form:
keyword=% or keyword=-
An octal number should follow the "%" and "-".
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1104 MESSAGE Entrypoint name is missing.
CAUSE This occurs during execution of the :RUN command.
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1105 MESSAGE Entrypoint name has more than 15 characters in it.
CAUSE This occurs during execution of the :RUN command.
ACTION See the appropriate operating system reference manual for more
information.
------------------------------------------------------------------------------------
1106 MESSAGE First character in entrypoint name is not a letter.
CAUSE This occurs during execution of the :RUN command.