Open System Services Shell and Utilities Reference Manual (G06.29+, H06.08+, J06.03+)
gtacl(1) OSS Shell and Utilities Reference Manual
+lib Specifies that the child process is to run without any user library
file; the program file for the child process is modified so that it
does not point to a library.
Use of this option requires write access to the program file for
the child process.
This option is needed only when a child process has used a user
library that is no longer needed. The default action is to run the
child process with no modification to its user library usage.
-mem n Specifies the amount of memory to allocate for the data stack of
the child process in 2048-byte virtual memory pages (1-64).
(Used for G-series TNS or accelerated child processes only.)
The default amount is determined by the program file executed
as the child process.
-name {/G/}processname
Starts the child process as a named process using the specified
name; processname must conform to Guardian process name
rules for length.
If /G/ is omitted, the full filename of the process is resolved
using Guardian environment rules. Refer to the RUN command
description in the TACL Reference Manual for the rules affecting
process name length and resolution.
The rules for mapping between Guardian filenames and OSS
pathnames mean that processname cannot begin with the dollar
sign ($) used in the Guardian environment.
If only -name /G is specified, the operating system creates a
unique four-character process name.
The default action is to use the process name attribute for the
program file of the child process.
+name Starts the child process as an unnamed process. This
specification is ignored if the Guardian RUNNAMED process
attribute is set in the program file for the child process.
If you specify neither the -name nor the +name option, the
default behavior is +name.
-nowait Exits without waiting for the child process to terminate. Refer to
Input/OutputFiltering under NOTES later in this reference
page.
If you use this option, the effects of the following options are
restricted:
"-c command"
"-cv command"
"-i"
"+i"
If you do not specify the -nowait option, the default action is to
wait for the child process to terminate.
4−36 Hewlett-Packard Company 527188-021