TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-21
TACL Error Messages
Cause. You supplied a level number, or a reference to a STRUCT item or
substructure, where TACL accepts only an unqualified variable name.
Effect. The requested operation is ignored.
Recovery. Check the variable reference to ensure that it refers to the correct entity, in
the proper form.
Cause. You attempted to execute a program that either is missing a main procedure
or that has the MAIN attribute set to OFF.
Effect. The requested operation is ignored.
Recovery. Use the LIST command with the CODE option in BIND to verify that the
MAIN procedure was not present in the object file, or that the MAIN attribute for the
procedure was set to OFF. Either add the MAIN procedure or set the MAIN attribute to
ON by using the ALTER command in BINDER.
Cause. You attempted to follow a name that is not of type DIRECTORY with a colon
and another variable name.
Effect. The requested operation is ignored.
Recovery. Ensure that the entity to which you are referring is defined as type
DIRECTORY, or remove the directory reference.
Cause. You attempted to follow a nonexistent variable name with a colon and another
variable name.
Effect. The requested operation is ignored.
Recovery. Define the desired directory before referring to it.
Cause. The system monitor could not create a process control block (PCB) because
all entries in the PCB table are in use.
*ERROR* No level number or STRUCT qualification allowed
*ERROR* No main procedure
*ERROR* Nondirectory may only be at end of variable name
*ERROR* Nonexistent directory in variable name
*ERROR* No PCB available