REXXTRANS_INTERPRETER and REXXTRANS_TRACEFILE - See the Rexx/Trans documentation at http://rexxtrans.sourceforge.net/doc/index.html
The default value of THE_HELP_FILE is THE_Help.txt. With no environment variables set, the help file to be looked for will be /usr/local/THE/THE_Help.txt. If THE_HOME_DIR environment variable was set to /usr/opt/etc or changed in the.c, the help file will be /usr/opt/etc/THE_Help.txt.
The name of the default profile file is $HOME/.therc. If this file does not exist and THE is built from source with the --with-global-profile switch then THE will execute the "global" profile file specified with that switch.
The default value of THE_MACRO_PATH is ${THE_HOME_DIR}:. THE will look for a macro file first in ${THE_HOME_DIR} and then in the current directory. So with no environment variables set, THE looks for macros in $(THE_HOME_DIR} first and if no file exists in that directory, THE will look in the current directory. If the file does not exist in either of these places, an error message will be displayed. The format of THE_MACRO_PATH is dir1:dir2:dir3 Each directory is separated by colons. By default, up to 20 directories may be specified. This can be changed in the.h when building or by the SET MACROPATH command.
It is probably better to explicitly set the environment variables than hope that your particular environment will work as documented below.
The default value of THE_HELP_FILE is THE_Help.txt.
The name of the default profile file is ${THE_HOME_DIR}profile.the.
The default value of THE_MACRO_PATH is ${THE_HOME_DIR};. THE will look for a macro file first in THE_HOME_DIR and then in the current directory. So with no environment variables set, THE first looks for macros in the directory from which THE was invoked and then in the current directory. If the file does not exist in either directory, an error message is displayed. The format of THE_MACRO_PATH is dir1;dir2;dir3 Each directory is separated by semi-colons. By default, up to 20 directories may be specified. This can be changed by the SET MACROPATH command.