Enabling LU Name Mapping feature
Note
This feature can also be used to map Device names for AS/400 and iSeries systems as well.
This feature is analogous to using the /L command-line switch to set the LU name.
1. Open GLOBAL.INI in Notepad.
2. Locate the [LuMap] section:
[LuMap]
;xD_Sy_Lu="LuName"
Where x is:
•  M for Mainframe
•  A for AS/400
y is the session ID: 1, 2, 3, etc.
LuName is the desired LU name to be mapped.
3. Delete the semi-colon at the beginning of the entry and modify the entry to match your requirements.
Examples
For example, to always associate the S1 Mainframe Display primary connection with LU name LuS1, the GLOBAL.INI file would contain:
[LuMap]
MD_S1_Lu="LuS1"
To always associate S1 iSeries Display primary connection with device name BOBDISP, the GLOBAL.INI file would contain:
[LuMap]
AD_S1_Lu="BOBDISP"
Refer to LuMap section for more information.