Change the name of the i-effect database
The database name used in i-effect (name of the library) can be changed afterwards with the following script.
Preparation
i-effect must be terminated for this action with
IEFFECT/ENDEFFSBS *ALL
During the action, the i-effect subsystems may not be started automatically. This can be prevented by setting the following environment variable
ADDENVVAR ENVVAR(IEFFECT_AUTOSTARTSBS) VALUE(*NO) LEVEL(*SYS)
Change the name of the i-effect database
Enter the following command in a terminal to change the database name in the existing installation. The following example changes the current database name to IEFFECTDB1.
QSH <enter>
/i-effect/v2r8m0/base/tools/scripts/setup.sh --mode move --source *dbschema --targetname IEFFECTDB1