In this step you will restore the Framework components.

1.  Restore the objects in the B001_VLF save file using the RSTOBJ command:

   RSTOBJ OBJ(*ALL) SAVLIB(<partitionpgmlib>) DEV(*SAVF) SAVF(<savflib>/<savfname>) RSTLIB(<target partition library>)  

For example:

   RSTOBJ OBJ(*ALL) SAVLIB(VFTEX1PGM) DEV(*SAVF) SAVF(qgpl/B01_VLF) RSTLIB(EOMPGMLIB)


6.  Wait until the processing is complete and verify the restore was successful.

2.  Restore the objects in the B001_VLFO save file using the RSTOBJ command:

   RSTOBJ OBJ(*ALL) SAVLIB(<partitionpgmlib>) DEV(*SAVF) SAVF(<savflib>/<savfname>) RSTLIB(<target partition library>)

For example:

   RSTOBJ OBJ(*ALL) SAVLIB(VFTEX1PGM) DEV(*SAVF) SAVF(qgpl/B01_VLFO) RSTLIB(EOMPGMLIB)


3.  Verify the restore was successful.


Your Framework is now deployed on the target system.