TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-163
RUN[D|V] Command
WINDOW [" text "]
creates a window for the OUT file of the new process. The quotation marks are
required; otherwise, TACL returns an error message. This option is for use in
an X Windows environment. The home terminal is inherited from the parent
TACL process; any I/O to the home terminal is directed to the parent TACL.
Output to the home terminal is not displayed if there is a read or write pending
on the home terminal. For example, TACL does not display output from the
new process while the parent TACL is prompting the home terminal for input.
You cannot specify WINDOW if you specify OUT or OUTV. When using the
x6530 terminal emulator, you can use text as a parameter list for x6530
configuration. For example:
FUP / WINDOW "-name FUP"/
causes an X Window to be created for a FUP process. Both the icon and the
window banner have the name “FUP.” For additional information, see the
x6530 User’s Guide.
param-set
is one or more program parameters sent to the new process in the startup
message. Leading and trailing spaces are deleted. TACL metacharacters cannot
be included unless they are preceded by tildes or are input under control of PLAIN
or QUOTED format (see the #INFORMAT Built-In Variable on page 9-197).
Considerations
These considerations apply to the RUN command:
•
The RUN command runs object files of type 100, 700, 800, or TACL programs.
•
You can specify DEBUG as the debugger with the SET INSPECT OFF command
or with the INSPECT OFF option of the RUN command. For more information, see
the SET INSPECT Command
on page 8-193. For information about INSPECT, see
the Inspect Manual. For information about DEBUG, see the Debug Manual.
•
If you are not the super ID, you can debug only those programs whose process
accessor IDs match your user ID. For a description of process accessor IDs and
process creator IDs, see the Guardian User’s Guide.
•
Privileged programs can be licensed (by the super ID) for use by users other than
the super ID. However, only the super ID can debug privileged programs. If you
are not the super ID and you try to use the RUND or RUNV command to debug a
licensed program, the program runs without entering a debug state.
•
For TNS/R systems, data swap files require 32,000 bytes more than the amount
specified in the MEM parameter. For example, if you specify MEM 64, TACL
doubles 64,000, rounds up to the next multiple of 4 (resulting in the same number
in this case), and adds 32,000 bytes, resulting in 160,000 bytes. Similarly, for a
MEM 3 setting TACL doubles 3,000 bytes, rounds up to the next multiple of 4