In this step you will restore your Framework objects in the imported save file.
1. Restore the objects in the B001_IFS save file using the RST command:
RST DEV('<path to save file>') OBJ(('/LANSA_<partitionpgmlib>/X_LANSA/ x_<ppp>/WEB/VL/*' *INCLUDE '/LANSA_<partitionpgmlib>/X_LANSA/ x_<ppp>/web/vl/')) ALWOBJDIF(*ALL)
For example:
RST DEV('/qsys.lib/qgpl.lib/B01_IFS.file') OBJ(('/LANSA_VFTPGMLIB/X_LANSA/X_EX1/WEB/VL/*' *INCLUDE '/LANSA_VFTPGMLIB/X_LANSA/X_EOM/web/vl/')) ALWOBJDIF(*ALL)
2. Wait until the processing is complete and verify the restore was successful.
3. Then restore the Framework definition .DAT file, for example:
RST DEV('/qsys.lib/qgpl.lib/B01_IFS.file') OBJ(('/LANSA_VFTPGMLIB/X_LANSA/X_EX1/EXECUTE/*' *INCLUDE '/LANSA_VFTPGMLIB/X_LANSA/X_EOM/EXECUTE/')) ALWOBJDIF(*ALL)
4. Wait until the processing is complete and verify the restore was successful.