Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restore Source Code ?

Status
Not open for further replies.

loonybin

Programmer
Dec 12, 2002
38
US
I accidentally renamed instead of copying a program. I had made a lot of changes to it. I needed the code on that program. We do backups. Is there a way to restore the source code from the backup??? Please help.

Thank you in advance.
 
Try this

Code:
RSTOBJ OBJ(QRPGLESRC) 
       SAVLIB(MYLIB) 
       DEV(TAPnnnn) 
       OBJTYPE(*FILE) 
       FILEMBR((QRPGLESRC (MYSRCFILE))) 
       MBROPT(*ALL)

This is what I use when I accidently delete my RPG IV source code.


RedMage1967
IBM Certifed - RPG IV Progammer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top