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

a- 56
------------------------------------------------------------------------------------
1508 MESSAGE WARNING 1508: MAXDATA increased to DLsize + globsize +
STACKsize in program "prog-name".
CAUSE The maximum stack area value, MAXDATA, specified in the
SYSTEMRUN statement is smaller than the minimum required to run
the program.
ACTION None. MAXDATA is increased to run the program.
------------------------------------------------------------------------------------
1509 MESSAGE WARNING 1509: "parm-name" was specified more than once, last
value taken.
CAUSE A parameter to the SYSTEMRUN statement was specified more than
once.
ACTION None. Only the last value for that particular parameter is
used. The rest are ignored.
------------------------------------------------------------------------------------
1511 MESSAGE WARNING 1511: Extra semicolon ignored.
CAUSE An extra delimiter has been entered in the SYSTEMRUN statement.
ACTION None. The extra semicolon is ignored.
------------------------------------------------------------------------------------
1536 MESSAGE WARNING 1536: The spelling of that "string" was corrected
CAUSE This is a HELP command warning in the interpreter.
ACTION The spelling of the "string" entered in the HELP command is
corrected to the topic that is closest in spelling to the
"string" entered. Help information is provided on the
corrected topic.
------------------------------------------------------------------------------------
1539 MESSAGE WARNING 1539: The spelling of that "string" was truncated
CAUSE This is a HELP command warning in the interpreter.
ACTION None.
------------------------------------------------------------------------------------
1564 MESSAGE UnSAVEd source modifications will be lost. Do you really want
to EXIT? Y
CAUSE In the interpreter, the EXIT command was issued before a
program that was modified had been saved.
ACTION Save the program first or press the return key to exit without
saving the modifications.
------------------------------------------------------------------------------------
1602 MESSAGE Modify command found at or past continuation character. Try
again
CAUSE A line was modified at or past the continuation character, "&".
ACTION Redo the modification.
------------------------------------------------------------------------------------
1603 MESSAGE Line "linenum" is busy and cannot be changed.
CAUSE A "linenum" is busy if one of the following condition is true:
The line made a call which has not returned.
The line was interrupted with the halt key before it finished