I am trying to restore source code from my backup tape (System Save) on the AS400. This is the command I am using:
RSTOBJ OBJ(QRPGLESRC)
SAVLIB(MYLIB)
DEV(TAPnnnn)
OBJTYPE(*FILE)
FILEMBR((QRPGLESRC (MYSRCFILE)))
MBROPT(*ALL)
When I use this command, I get the following error message:
Saved file or member level ID not same as file QRPGLESRC.
I've even tried taking out the MYSRCFILE and put *ALL...and that didn't work either. Same error. What am I doing wrong?
RSTOBJ OBJ(QRPGLESRC)
SAVLIB(MYLIB)
DEV(TAPnnnn)
OBJTYPE(*FILE)
FILEMBR((QRPGLESRC (MYSRCFILE)))
MBROPT(*ALL)
When I use this command, I get the following error message:
Saved file or member level ID not same as file QRPGLESRC.
I've even tried taking out the MYSRCFILE and put *ALL...and that didn't work either. Same error. What am I doing wrong?