TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-11
TACL Error Messages
Cause. The specified file is already open, and shared access is not permitted. If you
get this error with a process name error when creating a new process, another process
is running under that name.
Effect. The file is not opened for you.
Recovery. Find out why the file is open, then close it if possible, or wait until the other
user is finished with the file. You might be trying to open the file twice. If the message
refers to a process, use a different process name.
Cause. No more records could be added to the file.
Effect. The requested operation is ignored.
Create a new file with larger extents and reload the file. See the description of creating
files with FUP in the File Utility Program (FUP) Reference Manual.
Cause. You attempted to invoke a file that is neither a program nor a macro file.
Effect. The requested operation is ignored.
Recovery. Check that you have named the correct file.
Cause. You attempted to build an object file using BINSERV or BIND in conjunction
with the ?FIXUPS OFF directive or the SELECT FIXUPS OFF command.
Effect. The requested operation is ignored.
Recovery. If BINDER does not fix code and data references in the object file, it cannot
be run. Bind the file again without turning off fixing. Fixups are applied by default.
Cause. You specified a file name that could not be found or attempted to read a
record that was not in the file.
Effect. The requested operation is ignored.
*ERROR* File in use [ , File: file-name ]
*ERROR* File is full [ , File: file-name ]
*ERROR* File is neither a program nor a TACL macro
*ERROR* File not fixed-up by binder
*ERROR* File not in directory or record not in file [ , File:
file-name ]