noft Manual (G06.26+)

noft Diagnostic Messages
noft Manual528273-001
4-28
Syntax Errors
Cause. noft cannot find the specified procedure name.
Recovery. Verify that the specified procedure exists in the object file and that its name
is spelled correctly. Use LISTPROC * SET SCOPESOURCE source-file, where
source-file is the name of the source file that contains the procedure or the
number of the source file. (See LISTPROC or LP on page 3-28 and SET on
page 3-43.)
Cause. noft cannot find the specified procedure number.
Recovery. Verify that the specified procedure exists in the object file and that its name
is spelled correctly. Use LISTPROC * SET SCOPESOURCE source-file, where
source-file is the name of the source file that contains the procedure or the
number of the source file. (See LISTPROC or LP on page 3-28 and SET on
page 3-43.)
Cause. noft does not allow OBEY command files to call themselves recursively
(circularly).
Recovery. Remove the loop in the OBEY command files.
Cause. SET requires arguments, but it has none.
Recovery. Reenter SET correctly (see SET on page 3-43).
*** SYNTAX ERROR *** [3029]:
Unable to find procedure in object file.
*** SYNTAX ERROR *** [3030]:
Procedure number out of range, check procedure descriptor table.
*** SYNTAX ERROR *** [3031]:
Recursive obey names: filename.
*** SYNTAX ERROR *** [3032]:
SET should not be used by itself, check HELP SET for more
details.