Hello
I want to move R3JRN from ASP1 to ASP2. I have read the following procedure:
Use the following procedure to move a library to a different ASP. This example
moves the CUSTLIB library from ASP 1 to ASP 2.
1. Save the private authorities for the library: SAVSECDTA DEV(TAP01).
2. Save the library: SAVLIB LIB(CUSTLIB) DEV(TAP01) ACCPTH(*YES). Consider
saving the object twice to 2 different media volumes.
3. Delete the library: DLTLIB LIB(CUSTLIB).
4. Place the system in a restricted state: ENDSBS *ALL *IMMED.
5. Restore the information about private authorities that you saved along with
user profiles in step 1: RSTUSRPRF USRPRF(*ALL) DEV(TAP01)
6. Restore the library to the new user ASP: RSTLIB SAVLIB(CUSTLIB) RSTASP(2)
7. Restore authority to the library and its objects: RSTAUT
Is this the correct procedure?
Thank you in advanced.
Best regards.
Rubén Garcí