Previous Topic: Required VariablesNext Topic: DB2-Specific Variables


Optional Variables

The following table describes the set of optional environment variables for the Implementation Toolset.

 Name

Description

AEUSER

This variable is used by the profile manager to allow multiple logons with the same logon ID on the same system and application. Set AEUSER to a different value for each new logon that uses the same logon ID. One possible value for AEUSER is the terminal ID. You must use the following format:

AEUSER=username

Also see IEF_USER_ID.

IEF_TERMSYS

Specifies an additional identifier for specific terminal types in the p3270keys file. You must use the following format:

IEF_TERMSYS=[additional_terminal_type_identifier]

IEF_USER_ID

Sets a unique value for the CA Gen logon ID for the current session. Set this value when accessing the same generated application on one system in multiple sessions.

CA Gen generated applications require a unique CA Gen USERID for screen display and CA Gen profile table access. The default CA Gen user ID is the UNIX or Linux logon ID. Since UNIX or Linux lets multiple logons with the same logon ID, use IEF_USER_ID to set a unique value for CA Gen USERID for this session.

When AEUSER and IEF_USER_ID are set, action logic uses AEUSER for profiling and IEF_USER_ID for USERID.

You must use the following format:

IEF_USER_ID=[unique_login_ID]