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

a- 45
to an ASCII file using the SAVE LIST or RESAVE command.
------------------------------------------------------------------------------------
1245 MESSAGE No SAVE/RESAVE done, program contains no lines.
CAUSE There are no lines in the current program to be saved.
ACTION Enter a program line in the interpreter prior to doing a SAVE
or RESAVE.
------------------------------------------------------------------------------------
1246 MESSAGE No SAVE/RESAVE done, default file does not exist.
CAUSE The current program has been saved or resaved, but no file name
has been specified either for the current program or in the
command.
ACTION Use the NAME command to name the current program and then do a
SAVE or RESAVE.
ACTION Specify the name of the file to which the current program is to
be saved as par of the SAVE or RESAVE command.
------------------------------------------------------------------------------------
1247 MESSAGE RESAVE file must be of type BASIC SAVE, BASIC DATA, or ASCII
CAUSE The current program has been saved to a file which has no file
code and is not an ASCII file or has a file code other than
BSVXL or BDTXL.
ACTION Correct the spelling of the name of the current program in the
interpreter using the NAME command and then do a SAVE or
RESAVE.
ACTION Choose another filename to which to save the current program.
Use SAVE LIST "filename", SAVE BDATA "filename" or SAVE
"filename" to save the current program to the alternative
filename.
------------------------------------------------------------------------------------
1248 MESSAGE File type given doesn't match the type of the file
named/implied.
CAUSE The current program has been resaved using the LIST option to a
file that is not an ASCII file or using the BDATA option to a
file that does not have a BSVXL file code.
ACTION Use RESAVE LIST to resave the current program to an ASCII file.
Use RESAVE BDATA to store the current program to a file that
has a BSVXL file code.
------------------------------------------------------------------------------------
1249 MESSAGE No RESAVE done, unable to purge the old file.
CAUSE The RESAVE command failed either because of simultaneous file
access by two users or because of a serious file system
problem.
ACTION Retry the command. If it does not work a second time, use SAVE
to save the current program. Try to purge the old file using
the PURGE command and then rename the newly created file with
the RENAME command. If this does not work correctly, contact
your System Administrator.
------------------------------------------------------------------------------------
1250 MESSAGE Execution label specified is not in the current program unit.
CAUSE This is a substitute message for error number 3: The parameter
to the RUN command specifying the line on which execution is to
begin is not present in the current program. For example, if