Inspect Manual
Error and Warning Messages
Inspect Manual—429164-006
A-17
98
98
The specified identifier must be qualified further to distinguish it from other identifiers of
the same name.
99
A warning. The specified TAL variable is declared as a local in the current procedure
and as a sublocal in the current subprocedure. The local variable is used. If access to
the sublocal is desired then the identifier must be qualified with the subprocedure
name.
100
The MODIFY command with the WHOLE option cannot specify a target data location
with a subscript range. Each element of the array must be modified by a separate
command.
101
The command preceding the indicator must be the last command in a command list.
The commands this applies to are RESUME, STEP, and interactive modify.
102
The INFO OPENS command specified the F option, but the current program does not
contain FORTRAN scope units.
Qualification required to resolve ambiguous reference:
identifier
Access is local (sublocal reference must be qualified):
identifier
Subscript range is not allowed in MODIFY WHOLE target
variable.
No commands can follow fix commands, RESUME, or STEP in a
command list
'F' option is valid only for Fortran programs