Environment Variable Functions
Tuxedo Vuser Scripts · Developing TUXEDO Vuser Scripts
Creating Vuser Scripts
Chapter 11, page 193
Environment Variable Functions
lrt_AEWgetenv
Retrieves the return values for an environment
name.
lrt_AEWputenv
Changes or adds a value to an environment.
lrt_set_env_list
Sets a list of environment variables.
lrt_tuxgetenv
Returns a value corresponding to an environment
name.
lrt_tuxputenv
Modifies an existing environment value or adds a
value to the environment.
lrt_tuxreadenv
Adds a variable to the environment from a file.
Error Processing Functions
lrt_abort_on_error
Aborts the current transaction, if the previous
TUXEDO function call resulted in an error.
lrt_Fstrerror[32]
Retrieves error message string for FML error.
lrt_getFerror[32]
Retrieves the error status code for the last FML
operation that failed.
lrt_gettperrno
Retrieves the error status code for the last
TUXEDO transaction monitor function.
lrt_gettpurcode
Retrieves the application return code.
lrt_tpstrerror
Retrieves error message string for System/T
error.