We currently update a library named iprfx.MACLIB via a move processor. On our development LPAR is an
alias for iprfx.iqual.iqual2.MACLIB. The remote location is iprfx.MACLIB (which is the real library).
When we do a ship the mapping rules are mapped iprfx.MACLIB to iprfx.MACLIB. The problem is that the alias of
iprfx.iqual.iqual2.MACLIB cannot be found on the production LPAR (target of the ship). What needs to be
changed?
In order to get the package ship to run with no errors you need to change the mapping rules
from:
iprfx.MACLIB on the sending system to iprfx.MACLIB on the remote system.
to:
iprfx.iqual.iqual2.MACLIB on the sending system to iprfx.MACLIB on the remote system.
The change is required to have to the original file (iprfx.iqual.iqual2.MACLIB on host)
to alias file iprfx.MACLIB (on the remote).