TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-350
#SETCONFIGURATION Built-In Function
CONFIGRUN [ PROCESSCREATE | PROCESSLAUNCH ]
PROCESSLAUNCH
a TACL RUN[D] command is configured to call the system procedure
PROCESS_LAUNCH_ to start a process. In this case, these additional
RUN[D] command options, MAXMAINSTACKSIZE,
MAXNATIVEHEAPSIZE, and GUARANTEEDSWAPSPACE, are available.
PROCESSCREATE
a TACL RUN[D] command is configured to call the system procedure
PROCESS_CREATE_ to start a process. In this case, three additional
RUN[D] command options, MAXMAINSTACKSIZE,
MAXNATIVEHEAPSIZE, and GUARANTEEDSWAPSPACE, are not
available. This is the default setting.
LOGOFFSCREENCLEAR { OFF | ON }
indicates if TACL is interactive and the IN file is a 65xx terminal, the terminal
memory is cleared at (#)LOGOFF unless the NOCLEAR option is supplied.
The CLEAR and NOCLEAR options always override the automatic operation.
The default is ON.
NAMELOGON { OFF | ON }
specifies the LOGON command, in both the logged-off and logged-on states.
#CHANGEUSER built-in functions do not accept user numbers but rather
require user names. The default is OFF.
NOCHANGEUSER { OFF | ON }
specifies the ability to log on from a logged-on state. The default is OFF.
REMOTECMONREQUIRED { OFF | ON }
specifies that all operations requiring approval by a remote $CMON be denied
if the remote $CMON is unavailable or is running too slowly. $CMON approval
is not needed if the TACL is already logged on as the super ID. The default is
OFF.
REMOTECMONTIMEOUT remote-timeout-value.
specifies the number of seconds that TACL is to wait for any $CMON operation
involving a remote $CMON. The default remote-timeout-value is 30.
REMOTESUPERID { OFF | ON }
specifies whether TACL can be started remotely by the super ID, or user ID
255, 255. The default is ON.