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

a- 62
1763 MESSAGE External name provided, proc_name, exceeds the maximum length
of max_num_characters .
CAUSE The external name length is too long.
ACTION Shorten the name so that it is less than max_num_characters in
length.
------------------------------------------------------------------------------------
1764 MESSAGE Intrinsic intr_name parameter parm_num by reference has invalid
address type specification of address_type.
CAUSE Parameter number parm_num of the intrinsic intr_name has an
invalid address type specified in the intrinsic file.
ACTION Rebuild the intrinsic file.
------------------------------------------------------------------------------------
1765 MESSAGE External proc_name has an entry point name, ent_point_name,
returned from the intrinsic file, that exceeds the maximum of
max_num_chars characters.
CAUSE The entry point name is too long.
ACTION Rebuild the intrinsic file using a shorter entry point name.
------------------------------------------------------------------------------------
1766 MESSAGE The actual parameter space request for the call to proc_name of
num_words words exceeds the maximum value of max_num_words
words.
CAUSE An ANYPARM call requires num_words words of parameter space
when only max_num_words words are available.
ACTION Each actual parameter in the call to the ANYPARM procedure
requires two words of actual parameter space. Reduce the
number of actual parameters to the call.
------------------------------------------------------------------------------------
1800 MESSAGE WARNING 1800: No closing quotation mark found!.
CAUSE A string literal had no closing quotation mark.
ACTION None. The interpreter will insert the missing quotation mark.
------------------------------------------------------------------------------------
1801 MESSAGE WARNING 1801: String too long; re-enter from item "item-no"
CAUSE A string that is longer than the declared string variable was
entered.
ACTION Re-enter a string that is within the declared length or modify
the program to extend the declared string length.
------------------------------------------------------------------------------------
1802 MESSAGE WARNING 1802: Input too long. Please re-enter.
CAUSE A string that is longer than the declared string variable in
the INPUT statement has been entered.
ACTION Re-enter a string that is within the declared length or modify
the program to extend the declared string length.
------------------------------------------------------------------------------------
1804 MESSAGE WARNING 1804: The file "filename" did not previously exist
CAUSE A file that did not previously exist has been resaved.
ACTION None. The program will be saved with the SAVE command, rather
than the RESAVE command.