TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-156
RUN[D|V] Command
RUN[D|V] Command
Use the RUN command to run programs or TACL macros. You invoke the RUND or
RUNV command with the same parameters and options as the RUN command, but the
RUND command runs programs under control of the INSPECT symbolic debugger or
DEBUG, while the RUNV command runs programs under the control of the VISUAL
INSPECT symbolic debugger.
A RUN command must name an object file or TACL program file that contains the
program you want to run. You can enter RUN commands either explicitly or implicitly:
For an explicit RUN command, enter the keyword RUN (or RUND or RUNV) followed
by the name of the program file.
For an implicit RUN command, enter the name of the program file. If you omit RUN or
enter a command that TACL does not recognize, TACL assumes you are entering an
implicit run command. TACL searches for program-file in the subvolumes listed in the
#PMSEARCHLIST variable
The program DEBUG is not available for use on systems running H-series software.
The DEBUG command invokes a debugger, it can be Inspect, Native Inspect
(eInspect, which is not in the family of Inspect debuggers), or Visual Inspect.
If the INSPECT attribute is set ON anywhere (in the object file during compilation, or on
the TACL command line using the SET command), you will get a debugger in the
Inspect family (either Inspect or VI), unless of course neither of these debuggers is
available, and then you get the default debugger, eInspect. If the Inspect attribute is
OFF, you get Native Inspect (eInspect).
Inspect is invoked only for TNS accelerated/interpreted programs (never for TNS/E
native programs), while Visual Inspect can handle both of these. Native Inspect
handles only TNS/E native programs and snapshots..
program-file
is the name of the file containing the object program to be run. Partial file names
are expanded using the current TACL default system, volume, and subvolume
names if you enter an explicit RUN command.
run-option
is any of these:
[ RUN[D] ] program-file
[/ run-option [ , run-option ] ... / ]
[ param-set ]
CPU HIGHPIN JOBID NAME PRI
DEBUG IN LIB NOWAIT STATUS
DEFMODE INLINE MAXMAINSTACKSIZE* OUT SWAP