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

noft Diagnostic Messages
noft Manual528273-003
4-6
Data Errors
1004
Cause. LISTPROC could not find the specified procedure.
Recovery. Use LISTPROC * to see what procedures are available. (For more
information, see LISTPROC or LP on page 3-30.)
1005
Cause. LISTCOMPILERS could not find the appropriate source file, possibly the result
of setting limits with SET SCOPEPROC or SET SCOPESOURCE.
Recovery. Use SHOW on page 3-52 to see if there is any scoping. If there is, either
reset the scope or change the scope.
1006
Cause. You used LISTPROC proc-num, and proc-num refers to a procedure that
the linker removed (because it was a duplicate). When two different compilation units
include the same procedure, the linker keeps one copy and removes the duplicate
when it builds the new object code file.
Recovery. Use LISTPROC * to show both the number and the name of every
procedure in the object code file (including duplicates). Using this output, match each
procedure number with its procedure name. Then use LISTPROC proc-name to see
which copy the linker kept. (For more information, see LISTPROC or LP on page 3-30.)
1007
Cause. You used SET SCOPESOURCE or SET SCOPEPROC to narrow the scope of
noft options to a single source file or a single procedure. No symbols were found in
that scope.
Recovery. Remove the scoping of the source with SET SCOPESOURCE * or SET
SCOPEPROC *. (For more information, see SET on page 3-47.)
*** DATA ERROR *** [1004]:
Could not find selected procedure.
*** DATA ERROR *** [1005]:
Could not find source file associated with procedure.
*** DATA ERROR *** [1006]:
This duplicate function has been eliminated by the linker.
*** DATA ERROR *** [1007]:
Did not find any {Dynamic|Globalized} Symbols matching scope,
check options and full symbol table.