TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-14
TACL Error Messages
Cause. A file name was specified that was not in the correct file system form.
Effect. The requested operation is ignored.
Recovery. See the appropriate command or function description in this manual for
information about the correct file-name format.
Cause. Internally, TACL represents certain special characters as two bytes, the first
having the value 255. This error results if TACL detects an unexpected value in the
second byte. This value is likely to occur only if you use #DELTA without due caution
when editing a variable that contains TACL statements.
Effect. The requested operation is ignored.
Recovery. Use care when editing a variable containing TACL statements.
Cause. You specified a level number in an incorrect form. A level number consists of a
period and a number, which can be either a literal number or a numeric variable. If you
use a variable name, it must not include any directories, nor can it include a level
number.
Effect. The requested operation is ignored.
Recovery. Correct or remove the level-number specification.
Cause. When you tried to start a new process, the library file associated with the
program file failed the tests that ensure that the file is actually a library. (The file is not
a TACL library.)
Effect. The requested operation is ignored.
Recovery. Check that you specified the correct file in the LIB option when you started
the process. If you did not specify a library file, someone else may have bound in the
incorrect file name using LIB, or the file may have been altered.
*ERROR* Illegal filename specification [ , File: file-name ]
*ERROR* Illegal internal character representation
*ERROR* Illegal level number syntax
*ERROR* Illegal library file format