background image
<< Assigning Values to System Environment Variables | Local or Agents running TUXEDO test scripts >>
<< Assigning Values to System Environment Variables | Local or Agents running TUXEDO test scripts >>

System Environment Variable Settings

Assigning Values to System Environment Variables
389
Local or Agents
running
TUXEDO
test scripts that
use
FML32
typed
buffer field names
Set a list of
FML32
field table file names to
FIELDTBLS32
. This
variable is used by Agents that run test scripts that contain
FML32
typed buffer field name references. If this variable is not
set, functions that use
FML32
typed buffer field names that are
not included in this list will fail, causing dependent commands
to fail.
Example:
FIELDTBLS32=ct32.fldtbl,inv32.fldtbl
Set the absolute pathname of the directory containing the
FML32
field table files to
FLDTBLDIR32
. This variable is used
by Agents running test scripts that contain
FML32
typed buffer
field name references. If this variable is not set, functions that
use
FML32
typed buffer field names that are not included in this
list (such as
tux_setbuf_int()
) fails, causing dependent
commands to fail.
Example:
FLDTBLDIR32=/u1/tuxapp/dat
Local or Agents
running
TUXEDO
test scripts that
use
VIEW
,
X_COMMON
, or
X_C_TYPE
typed
buffers
Set a list of view description file names to
VIEWFILES
. This
variable is used by Agents running test scripts that use
VIEW
,
X_COMMON
or
X_C_TYPE
typed buffers. If this variable is not set,
functions that use these typed buffers that are defined in view
description files not in this list fails, causing dependent
commands to fail.
Example:
VIEWFILES=ct.V,inv.V
Set the absolute pathname of the directory containing the view
description files to
VIEWDIR
. If this variable is not set,
tux_tpalloc()
or
tux_alloc_buf()
calls that try to
allocate a buffer of type
VIEW
,
X_COMMON
, or
X_C_TYPE
fails,
causing dependent commands or functions to fail.
Example:
VIEWDIR=/u1/tuxapp/dat:/u1/tuxapp/dat2
Local or Agents
running
TUXEDO
test scripts that
use
VIEW32
typed
buffers
Set a list of view description file names to
VIEWFILES32
. This
variable is used by Agents running scripts that use
VIEW32
typed buffers. If this variable is not set, functions that use
VIEW32
typed buffers which are defined in view description
files not in this list fails, causing dependent commands to fail.
Example:
VIEWFILES32=ct32.V,inv32.V
Set the absolute pathname of the directory containing the view
description files to
VIEWDIR32
. This variable is used by Agents
running test scripts that use
VIEW32
typed buffers. If this
variable is not set,
tux_tpalloc()
or
tux_alloc_buf()
calls that try to allocate a buffer of type
VIEW32
fails, causing
dependent commands or functions to fail.
Example:
VIEWDIR32=/u1/tuxapp/dat
Testing Platform
System Environment Variable Settings