Inspect Manual
High-Level Inspect Commands
Inspect Manual—429164-006
6-191
Related Commands
Maximum Length of the Line 25 Status Message
The line 25 status message accommodates up to 64 characters. If the list of status
items you specify results in a longer status message, Inspect truncates it to 64
characters.
Maximum Amount Written in the Event-Status Message
The maximum amount that is written out in the event-status message is
determined by the record length of the device being written to.
Related Commands
LIST PROGRAM on page 6-137
SET PROMPT on page 6-178
SHOW with STATUS LINE25 option on page 6-194
SHOW with STATUS SCROLL option on page 6-194
SET SUBPROC SCOPING
The SET SUBPROC SCOPING command allows you to specify whether Inspect first
looks in a subprocedure for an identifier or first looks in the encompassing procedure.
SUBLOCAL
specifies that the sublocal identifier will take precedence.
LOCAL
specifies that the local identifier will take precedence.
Usage Considerations
If SUBPROC SCOPING is set to SUBLOCAL, when a sublocal in the current TAL
subprocedure has the same name as a local in the containing procedure, the
sublocal will take precedence. The local cannot be accessed.
If SUBPROC SCOPING is set to LOCAL, when a sublocal in the current TAL
subprocedure has the same name as a local in the containing procedure, the local
will take precedence. The sublocal can still be accessed by qualifying it with the
subprocedure name.
SET SUBPROC SCOPING [=] [ SUBLOCAL | LOCAL ]