When renaming a library you should update all references to that library in all library lists. This can be done using the Library command (YRNMLIB). For instance, the following would rename library BEAM to MOTE, and update all library lists which reference library BEAM. A message would be sent to the job log to indicate each library list updated.
YRNMLIB FROMLIB(BEAM) TOLIB(MOTE) LIBLST(*ALL)
In addition, you can specify that all references to the library by user profiles are also updated. For example:
YRNMLIB FROMLIB(BEAM) TOLIB(MOTE) LIBLST(*ALL) UPDUSRPRF(*YES)
|
Copyright © 2014 CA.
All rights reserved.
|
|