noft Manual (G06.27+, H06.03+, J06.03+)

noft Diagnostic Messages
noft Manual528273-003
4-36
Syntax Errors
3051
Cause. While trying to parse the procedure (function) name or number, noft
determined that the procedure (function) does not exist in the current scope.
Recovery. Use SHOW on page 3-52 to see the current SCOPE value. Either use SET
on page 3-47 to change the scope, use RESET on page 3-44 to reset the scope, or
correct the procedure name.
3052
Cause. noft cannot go back the specified number of history lines.
Recovery. Use SET HISTORYBUFFER to set the size of the history buffer (for more
information, see SET on page 3-47).
3053
Cause. One of:
The object code file cannot be found.
The object code file cannot be opened because it is corrupted.
The object code file is already open for writing.
Recovery. Verify that the object code file name is spelled correctly and is in the
current directory. Verify that the object code file is not in use. Rebuild the object code
file.
3054
Cause. You do not have write privileges for the current directory or subvolume.
Recovery. Verify that you have write access to the directory or subvolume and that
nontext files do not exist with the same name.
*** SYNTAX ERROR *** [3051]:
Proc-name is not in current scope.
*** SYNTAX ERROR *** [3052]:
Unable to go back number lines in history.
*** SYNTAX ERROR *** [3053]:
Unable to open object file filename, command ignored.
*** SYNTAX ERROR *** [3054]:
Unable to open/create filename filename, command ignored.