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

a- 48
BUILD the stdin file "stdin_filename"
FILE PFILE="stdin_filename",OLDTEMP
FILE LFILE="stdlist_filename",OLDTEMP
RESET PFILE
RESET LFILE
PURGE "stdin_filename",TEMP
PURGE "stdlist_filename",TEMP
For this set of messages, "error_number" is the error number
returned from the command intrinsic indicating the system error
encountered.
The interpreter must also enter command information into the
stdin file. The following messages reflect possible file
system problems encountered:
FOPEN the stdin file
FWRITE to the stdin file
FCLOSE the stdin file
For this set of messages, "error_number" is the file system
error number.
ACTION These errors should only occur when the system is having
trouble performing fundamental file operations. Try to repeat
the same operation from the interpreter. If you again run into
problems, contact your System Administrator.
CAUSE message corresponds to a problem encountered when trying to run
the linkeditor to link the program. The problem can either be
the result of a problem with the program or with the system.
If the message is only: system run of linkeditor then try to
repeat the error. If you can do so, this indicates a system
problem and should be discussed with your System Administrator.
If the message is preceded by the output from the segmenter
explaining the problems with the program, then you should
consult the
HPLink Editor/XL Reference Manual
.
error_number is the JCW following the execution of the
linkeditor program.
ACTION If the segmenter or linkeditor is aborting then repeat the same
operation from the interpreter. If you again run into
problems, contact your System Administrator.
For the second class of problems, look carefully at the error
output from the segmenter or linkeditor, consult the
appropriate reference manual and fix the problem.
------------------------------------------------------------------------------------
1275 MESSAGE Terminal does not recognize escape sequences used by BASIC for
terminal control.
CAUSE One of the HP Business BASIC/XL statements dependent on
terminal interactions, such as FORM statements, CURSOR
statements, or KEY statements, is being used on a terminal that
does not return the correct escape sequences when queried or on
a system on which the configuration file, HPBBCNFG.PUB.SYS,
specifies that the terminal is not compatible with BASIC's
terminal-specific features.
ACTION If you are working on a terminal that is compatible with HP
Business BASIC/XL's terminal-specific features, check the
configuration file.
ACTION If you are working on a terminal that is not compatible with HP
Business BASIC/XL's terminal-specific features, you will not be
able to use these features.
------------------------------------------------------------------------------------
---