nld and noft Manual

noft Diagnostic Messages
nld and noft Manual520384-003
11-28
Syntax Errors
Cause. noft cannot find the specified procedure name.
Recovery. Ensure 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 5-27 and SET on
page 5-42.)
Cause. noft cannot find the specified procedure number.
Recovery. Ensure 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 5-27 and SET on
page 5-42.)
Cause. noft does not allow obey files to call themselves recursively (circularly).
Recovery. Remove the loop in the obey files.
Cause. SET requires arguments, but it has none.
Recovery. Reenter SET correctly (see SET on page 5-42).
*** 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.