noft Manual (G06.27+, H06.03+, J06.03+)
noft Diagnostic Messages
noft Manual—528273-003
4-30
Syntax Errors
3026
Cause. This error occurs for the undocumented GINFOSITE and GINFOUNRES
commands and indicates that nothing was in the scope.
Recovery. Either use RESET on page 3-44 to reset the scope to its default or use
SET on page 3-47 to change the scope. To see the current scope, use SHOW on
page 3-52.
3027
Cause. The filename specified in the OBEY on page 3-41 is not an OBEY
command file.
Recovery. Change the filename to that of an OBEY command file.
3028
Cause. If the message refers to a procedure, the scope set for dumping does not
include the specified range. If the message refers to an object code file, the object
code file does not contain the addresses or offsets specified.
Recovery. If the message refers to a procedure, verify that the desired range falls
within the procedure. Use SET SCOPEPROC * to turn scoping off (for more
information, see SET on page 3-47). Use DUMPADDRESS or DA on page 3-6 instead
of DUMPPROC or DP on page 3-9. If the message refers to an object code file, verify
that the addresses or offsets are possible.
3029
Cause. noft cannot find the specified procedure name.
Recovery. Verify that the specified procedure exists in the object code 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
*** SYNTAX ERROR *** [3026]:
No unresolved references in procedure-name, command ignored.
*** SYNTAX ERROR *** [3027]:
Obey requires filename, command ignored.
*** SYNTAX ERROR *** [3028]:
Offset out of range for [procedure|object file].
*** SYNTAX ERROR *** [3029]:
Unable to find procedure in object file.